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

[jira] [Created] (IOTDB-496) An extra line in align by device query

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)