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

[jira] [Assigned] (IOTDB-947) Error when count node with wildcard

     [ https://issues.apache.org/jira/browse/IOTDB-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zesong Sun reassigned IOTDB-947:
--------------------------------

    Assignee: Zesong Sun

> Error when count node with wildcard
> -----------------------------------
>
>                 Key: IOTDB-947
>                 URL: https://issues.apache.org/jira/browse/IOTDB-947
>             Project: Apache IoTDB
>          Issue Type: Bug
>            Reporter: Yuyuan KANG
>            Assignee: Zesong Sun
>            Priority: Major
>
> Input statement: 
>  * set storage group to root.lnset storage group to root.ln               
>  * create timeseries root.ln.dev.ch(status) with datatype=FLOAT, encoding=RLE, compression=SNAPPY tags(tag1=v1) attributes(attr1=v1);               
>  * COUNT NODES root.ln.* LEVEL=2
> It shows:
>  * Msg: 500: ln does not have the child node *
> If I change the count nodes command to:
>  * COUNT NODES root.ln LEVEL=2
> the result is:
> |count|
> |1|
>  Total line number = 1
> That is expected. "COUNT NODES root.ln.* LEVEL=2 " and "COUNT NODES root.ln LEVEL=2 " are equivalent. So, the former command should lead to the same result.



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