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/02/21 09:32:00 UTC

[jira] [Commented] (IOTDB-2487) Time series containing special characters can be created but connot be shown

    [ https://issues.apache.org/jira/browse/IOTDB-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495421#comment-17495421 ] 

xiaozhihong commented on IOTDB-2487:
------------------------------------

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".**
+-----------------------------------------------+-----+-------------+--------+--------+-----------+----+----------+
|                                     timeseries|alias|storage group|dataType|encoding|compression|tags|attributes|
+-----------------------------------------------+-----+-------------+--------+--------+-----------+----+----------+
|root.sg."select"."+-from="."where\"where\""."$"| null|      root.sg|   FLOAT|   PLAIN|     SNAPPY|null|      null|
+-----------------------------------------------+-----+-------------+--------+--------+-----------+----+----------+
Total line number = 1
It costs 0.022s

> Time series containing special characters can be created but connot be shown
> ----------------------------------------------------------------------------
>
>                 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
>            Assignee: Minghui Liu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.0
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> 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)