You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Jinrui Zhang (Jira)" <ji...@apache.org> on 2022/06/09 11:43:00 UTC

[jira] [Commented] (IOTDB-3308) NPE while query a timeseries with no data

    [ https://issues.apache.org/jira/browse/IOTDB-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552147#comment-17552147 ] 

Jinrui Zhang commented on IOTDB-3308:
-------------------------------------

Fixed in this PR. https://github.com/apache/iotdb/pull/6211

> NPE while query a timeseries with no data
> -----------------------------------------
>
>                 Key: IOTDB-3308
>                 URL: https://issues.apache.org/jira/browse/IOTDB-3308
>             Project: Apache IoTDB
>          Issue Type: Bug
>            Reporter: Yuan Tian
>            Assignee: Jinrui Zhang
>            Priority: Major
>         Attachments: image-2022-05-27-17-03-26-223.png
>
>
> create timeseries root.sg1.d1.s1 with datatype=INT32,encoding=PLAIN;
> insert into root.sg2.d(time,s1,s2) values(1, 1, 2);
> select * from root.**;
> !image-2022-05-27-17-03-26-223.png!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)