Haonan Hou created IOTDB-1577:
---------------------------------
Summary: Alias support every Unicode character in double quotation
marks
Key: IOTDB-1577
URL: https://issues.apache.org/jira/browse/IOTDB-1577
Project: Apache IoTDB
Issue Type: Wish
Components: Planner/SQLParser
Reporter: Haonan Hou
Currently the alias doesn't support the usage like this.
{code:java}
IoTDB> create timeseries root.test.m5("发动机温度正常的时间") with datatype=FLOAT,
encoding=RLE
Msg: 401: Error occurred while parsing SQL to physical plan: line 1:31
mismatched input '"发动机温度正常的时间"' expecting ID
IoTDB> create timeseries root.test.m9("发动机温度“正常”(<1500度)的时间") with
datatype=FLOAT, encoding=RLE
Msg: 401: Error occurred while parsing SQL to physical plan: line 1:40 token
recognition error at: '('
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)