You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2020/03/06 02:09:00 UTC

[jira] [Closed] (IOTDB-546) Show child paths statement doesn't show quotation marks in path

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

Jialin Qiao closed IOTDB-546.
-----------------------------
    Resolution: Fixed

> Show child paths statement doesn't show quotation marks in path
> ---------------------------------------------------------------
>
>                 Key: IOTDB-546
>                 URL: https://issues.apache.org/jira/browse/IOTDB-546
>             Project: Apache IoTDB
>          Issue Type: Bug
>    Affects Versions: 0.10.0-SNAPSHOT
>            Reporter: Zesong Sun
>            Assignee: Zesong Sun
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0-SNAPSHOT
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When executing `show child paths` statement, the quotation marks in path don't show. For example, if there is a path named {code}root.sg1.d1."1.2.3"{code}
> The result will be:
> {code}
> IoTDB> SHOW CHILD PATHS root.sg.d1
> +------------------+
> |       child paths|
> +------------------+
> |root.sg.d1.1.2.3|
> +------------------+
> Total line number = 1
> It costs 0.090s
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)