You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2022/01/19 08:29:00 UTC

[jira] [Created] (IOTDB-2440) [template] Template with aligned timeseries , the query result is incorrect

刘珍 created IOTDB-2440:
-------------------------

             Summary: [template] Template with aligned timeseries , the query result is incorrect
                 Key: IOTDB-2440
                 URL: https://issues.apache.org/jira/browse/IOTDB-2440
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Server
    Affects Versions: 0.13.0-SNAPSHOT
            Reporter: 刘珍
         Attachments: image-2022-01-19-16-28-36-603.png

测试用例:
create schema template t_vector(gps( s_0 BOOLEAN encoding=PLAIN compression=SNAPPY,s_1 INT32 encoding=PLAIN compression=SNAPPY,s_2 INT64 encoding=PLAIN compression=SNAPPY,s_3 FLOAT encoding=PLAIN compression=SNAPPY,s_4 DOUBLE encoding=PLAIN compression=SNAPPY,s_5 TEXT encoding=PLAIN compression=SNAPPY));

set schema template t_vector to root.db_vector;
insert into root.db_vector.dev.gps(time,s_4)aligned values (1,2.34);
select * from root.db_vector.dev.gps;
{color:#DE350B}查询结果为空,不正确。{color}
show timeseries;

show devices;

 !image-2022-01-19-16-28-36-603.png! 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)