You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/01/25 08:38:00 UTC

[jira] [Created] (IOTDB-2487) After the special path time series is successfully created, but show it error

xiaozhihong created IOTDB-2487:
----------------------------------

             Summary: After the special path time series is successfully created, but show it error
                 Key: IOTDB-2487
                 URL: https://issues.apache.org/jira/browse/IOTDB-2487
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Client/CLI, Core/Server
    Affects Versions: 0.13.0-SNAPSHOT
            Reporter: xiaozhihong


After the time series of the special path is successfully created, check the time series and report an illegal path.
{code:java}
IoTDB> create timeseries root.sg."select"."+-from="."where""where"""."$" with datatype=float,encoding=PLAIN;
Msg: The statement is executed successfully.
IoTDB> show timeseries root.sg."select".**
Msg: 315: root.sg."select"."+-from="."where"where""."$" is not a legal path {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)