[
https://issues.apache.org/jira/browse/IOTDB-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jialin Qiao closed IOTDB-288.
-----------------------------
Fix Version/s: 0.9.0
Resolution: Fixed
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.9.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)