Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.3
-
None
-
None
-
2021-10-Tian
Description
1. start server,enter CLI
2. query data
SQL like this:
IoTDB> show devices
---------------------
devices |
---------------------
root.FJXNY.350112 |
root.FJXNY.350112.F11 |
---------------------
Total line number = 2
It costs 0.002s
IoTDB> merge
Msg: The statement is executed successfully.
IoTDB> select * from root.FJXNY.350112 align by device
Msg: 500: [INTERNAL_SERVER_ERROR] Exception occurred while executing "select * from root.FJXNY.350112 align by device". org.apache.iotdb.db.exception.query.QueryProcessException: og.apache.iotdb.db.exception.metadata.PathNotExistException: Path [root.FJXNY.350112.MUUQE00121PW01RAW00] does not exist
Attachments
Attachments
Issue Links
- is related to
-
IOTDB-1690 Align by device related code type conversion failed, and an error occurred
- Closed