[
https://issues.apache.org/jira/browse/IOTDB-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17508064#comment-17508064
]
ZhaoXin commented on IOTDB-2759:
--------------------------------
This issue is fixed on 0.13 by a extra check on the related storage group of
the target template.
On 0.14 or further version, this issue will be avoided by a refactored
Traverser.
> Show paths set or using template not complete
> ---------------------------------------------
>
> Key: IOTDB-2759
> URL: https://issues.apache.org/jira/browse/IOTDB-2759
> Project: Apache IoTDB
> Issue Type: Bug
> Reporter: ZhaoXin
> Assignee: ZhaoXin
> Priority: Major
> Fix For: 0.13.0
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> If a template is set or using on a storage group, show template set or using
> template will miss this path.
>
> *Try commands below and the issue turns out:*
>
> create schema template t1 (temperature FLOAT encoding=RLE, status BOOLEAN
> encoding=PLAIN compression=SNAPPY);
> show storage group;
> show schema templates;
> set storage group to root.db;
> set storage group to root.city.shanghai;
> set schema template t1 to root.db.dev1;
> set schema template t1 to root.city.shanghai;
> show paths set schema template t1;
--
This message was sent by Atlassian Jira
(v8.20.1#820001)