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)