Jialin Qiao created IOTDB-496:
---------------------------------
Summary: An extra line in align by device query
Key: IOTDB-496
URL: https://issues.apache.org/jira/browse/IOTDB-496
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Engine
Affects Versions: 0.10.0-SNAPSHOT
Reporter: Jialin Qiao
Attachments: image-2020-02-17-12-17-39-875.png
SET STORAGE GROUP TO root.turbine;
create timeseries root.turbine.d1.s1 with datatype=DOUBLE, encoding=GORILLA,
compression=SNAPPY;
create timeseries root.turbine.d1.s2 with datatype=DOUBLE, encoding=GORILLA,
compression=SNAPPY;
select *,'aaa',s4,s2,s1,s3 from root.turbine.* align by device
!image-2020-02-17-12-17-39-875.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)