You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Qingxin Feng (Jira)" <ji...@apache.org> on 2023/02/06 04:13:00 UTC

[jira] [Created] (IOTDB-5474) [Atmos] got a wrong result from COUNT NODES root.*.*.s1 level=2

Qingxin Feng created IOTDB-5474:
-----------------------------------

             Summary: [Atmos] got a wrong result from COUNT NODES root.*.*.s1 level=2
                 Key: IOTDB-5474
                 URL: https://issues.apache.org/jira/browse/IOTDB-5474
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Schema Manager
    Affects Versions: 1.0.0
            Reporter: Qingxin Feng
            Assignee: Yukun Zhou
         Attachments: image-2023-02-06-12-11-10-038.png

version 1.1.0-SNAPSHOT (Build: 52ddf63)

Reproduce Steps:

--1. 创建元数据
create database root.test.`001.002.003`;
create database root.test.g_0.s_0_b001;
create database root.sg;
create timeseries root.sg.d1.s1.t1 with datatype=float,encoding=RLE;
create timeseries root.sg.d1.s2 with datatype=double,encoding=RLE;
create timeseries root.sg.d2.s1 with datatype=INT32,encoding=RLE;
create timeseries root.sg.d3.s1 with datatype=INT64,encoding=RLE;
create timeseries root.sg.d3.s2 with datatype=boolean,encoding=RLE;
create timeseries root.sg.s1 with datatype=TEXT,encoding=PLAIN;
create database root.ln;
create timeseries root.ln.wf01.wt01.status with datatype=Boolean,encoding=PLAIN;
create timeseries root.ln.wf01.wt02.status with datatype=Boolean,encoding=PLAIN;
create timeseries root.ln.wf02.wt01.status with datatype=Boolean,encoding=PLAIN;

--2. 统计节点数
COUNT NODES root.*.*.s1 level=2;
COUNT NODES root.sg.*.s1 level=2;

 

!image-2023-02-06-12-11-10-038.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)