Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-1577

Alias supports any Unicode character in double quotation marks

    XMLWordPrintableJSON

Details

    Description

      Currently the alias doesn't support the usage like this.

      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: '('
      

       

      Attachments

        Issue Links

          Activity

            People

              jun0315 xieqijun
              haonan Haonan Hou
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: