Steve Yurong Su created IOTDB-1388:
--------------------------------------
Summary: Disallow arithmetic symbols in time series paths
Key: IOTDB-1388
URL: https://issues.apache.org/jira/browse/IOTDB-1388
Project: Apache IoTDB
Issue Type: Sub-task
Reporter: Steve Yurong Su
Currently we allow the creation of time series like the following:
{{root.sg.d.s1,}}
{{root.sg.d.-s1,}}
{{root.sg.d.+s1}}
After we introduce arithmetic operations, this will cause problems for our
understanding and sql parsing, such as
{{select -s1 from root.sg.d;}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)