Zesong Sun created IOTDB-546:
--------------------------------
Summary: 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
Fix For: 0.10.0-SNAPSHOT
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)