You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Haonan Hou (Jira)" <ji...@apache.org> on 2022/06/22 07:32:00 UTC

[jira] [Created] (IOTDB-3601) Meet error when query data from new standalone iotdb

Haonan Hou created IOTDB-3601:
---------------------------------

             Summary: Meet error when query data from new standalone iotdb
                 Key: IOTDB-3601
                 URL: https://issues.apache.org/jira/browse/IOTDB-3601
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Haonan Hou


{code:sql}
IoTDB> create timeseries root.sg.d1.s1 with datatype=float
Msg: The statement is executed successfully.
IoTDB> show timeseries
+-------------+-----+-------------+--------+--------+-----------+----+----------+
|   timeseries|alias|storage group|dataType|encoding|compression|tags|attributes|
+-------------+-----+-------------+--------+--------+-----------+----+----------+
|root.sg.d1.s1| null|      root.sg|   FLOAT| GORILLA|     SNAPPY|    |          |
+-------------+-----+-------------+--------+--------+-----------+----+----------+
Total line number = 1
It costs 0.060s
IoTDB> select ** from root
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "select ** from root". executeStatement failed. Meet error when analyzing the query statement
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)