You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haimei Guo (Jira)" <ji...@apache.org> on 2021/01/28 03:37:00 UTC

[jira] [Created] (IOTDB-1135) count timeseries prefix path bug

Haimei Guo created IOTDB-1135:
---------------------------------

             Summary: count timeseries prefix path bug
                 Key: IOTDB-1135
                 URL: https://issues.apache.org/jira/browse/IOTDB-1135
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Haimei Guo


when create with same <prefix path>, then execute count timeseries <prefix path>. the result is incorrect. 

 IoTDB> show timeseries root.ln.wf.wt.tdouble
+------------------------------+-----+-------------+--------+--------+-----------+----+----------+
| timeseries|alias|storage group|dataType|encoding|compression|tags|attributes|
+------------------------------+-----+-------------+--------+--------+-----------+----+----------+
| root.ln.wf.wt.tdouble| null| root.ln| INT32| RLE| SNAPPY|null| null|
|root.ln.wf.wt.tdouble.tdouble1| null| root.ln| INT32| RLE| SNAPPY|null| null|
| root.ln.wf.wt.tdouble.tdouble| null| root.ln| INT32| RLE| SNAPPY|null| null|
+------------------------------+-----+-------------+--------+--------+-----------+----+----------+
Total line number = 3

 

IoTDB> count timeseries root.ln.wf.wt.tdouble
+-----+
|count|
+-----+
| 1|
+-----+
Total line number = 1



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