You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xieqijun (Jira)" <ji...@apache.org> on 2021/09/30 06:32:00 UTC

[jira] [Assigned] (IOTDB-1577) Alias supports any Unicode character in double quotation marks

     [ https://issues.apache.org/jira/browse/IOTDB-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xieqijun reassigned IOTDB-1577:
-------------------------------

    Assignee: xieqijun

> Alias supports any 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
>            Assignee: xieqijun
>            Priority: Major
>              Labels: easy-fix, pull-request-available
>
> 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)