yanze chen created IOTDB-5826:
---------------------------------
Summary: Fix schema query with * cannot display satisfied template
series
Key: IOTDB-5826
URL: https://issues.apache.org/jira/browse/IOTDB-5826
Project: Apache IoTDB
Issue Type: Improvement
Reporter: yanze chen
Assignee: yanze chen
Attachments: image-2023-04-27-09-52-04-565.png
!image-2023-04-27-09-52-04-565.png|width=811,height=217!
create schema template t1 (temperature FLOAT encoding=RLE, status BOOLEAN
encoding=PLAIN compression=SNAPPY);
set schema template t1 to root.sg1;
create timeseries using schema template on root.sg1.d1;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)