xiangdong Huang created IOTDB-288:
-------------------------------------
Summary: Unclear error message notification for "creating
timeserie" clause
Key: IOTDB-288
URL: https://issues.apache.org/jira/browse/IOTDB-288
Project: Apache IoTDB
Issue Type: Bug
Reporter: xiangdong Huang
While I am trying to create a time series whose sensor name is
"RANDOM/foo:BYTE", the create timeseries clause failed, because we do not
support the characters of "/" and ":" in a path.
However, I can not get the above info, the error message (on the client side)
just says:
Meet error while parsing SQL: Statement format is not right: parsing
error,statement: CREATE TIMESERIES root.mi.d1.RANDOM_foo:BYTE WITH
DATATYPE=INT32, ENCODING=RLE.
While on the server side, you can find the error info:
Caused by: org.apache.iotdb.db.sql.parse.ParseException: line 1:39 character
':' not supported here
--
This message was sent by Atlassian Jira
(v8.3.4#803005)