You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yuan Tian (Jira)" <ji...@apache.org> on 2020/10/28 12:53:00 UTC

[jira] [Created] (IOTDB-967) Bug in count timeseries

Yuan Tian created IOTDB-967:
-------------------------------

             Summary: Bug in count timeseries
                 Key: IOTDB-967
                 URL: https://issues.apache.org/jira/browse/IOTDB-967
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Engine
            Reporter: Yuan Tian


While doing the following sqls: 
 create timeseries root.turbine1.d1.s2 with datatype=FLOAT, encoding=RLE, compression=SNAPPY
 create timeseries root.turbine1.d2.s1 with datatype=FLOAT, encoding=RLE, compression=SNAPPY
 count timeseries root.turbine1.*.s1

*we will get the following errors:*

{color:#FF0000}Msg: 500: d1 does not have the child node s1{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)