You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "ZhaoXin (Jira)" <ji...@apache.org> on 2022/03/17 09:04:00 UTC

[jira] [Created] (IOTDB-2759) Show paths set or using template not complete

ZhaoXin created IOTDB-2759:
------------------------------

             Summary: 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
             Fix For: 0.13.0, 0.12.5-SNAPSHOT


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)