XiangweiWei created IOTDB-642:
---------------------------------

             Summary: Data can't be inserted correctly by alias
                 Key: IOTDB-642
                 URL: https://issues.apache.org/jira/browse/IOTDB-642
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: XiangweiWei
            Assignee: XiangweiWei


If data is inserted using alias, it will be stored by alias path which leads to 
the empty result in query.

 

set storage group to root.sg;
create timeseries root.sg.d1.s1(speed)with datatype=FLOAT, encoding=RLE;
insert into root.sg.d1(timestamp,speed) values(1,1);
select s1 from root.sg.d1;
select speed from root.sg.d1; 



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

Reply via email to