Haonan Hou created IOTDB-4149:
---------------------------------
Summary: Show storage group query in NewIoTDB should return real
time partition
Key: IOTDB-4149
URL: https://issues.apache.org/jira/browse/IOTDB-4149
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Haonan Hou
{code:java}
---------------------
Starting IoTDB Cli
---------------------
_____ _________ ______ ______
|_ _| | _ _ ||_ _ `.|_ _ \
| | .--.|_/ | | \_| | | `. \ | |_) |
| | / .'`\ \ | | | | | | | __'.
_| |_| \__. | _| |_ _| |_.' /_| |__) |
|_____|'.__.' |_____| |______.'|_______/ version UNKNOWN
IoTDB> login successfully
IoTDB> insert into root.sg.d1(time,s1) values(12,34)
insert into root.sg.d1(time,s1) values(12,34)
Msg: The statement is executed successfully.
IoTDB> show storage group
+-------------+----+-------------------------+-----------------------+-----------------------+
|storage group|
ttl|schema_replication_factor|data_replication_factor|time_partition_interval|
+-------------+----+-------------------------+-----------------------+-----------------------+
| root.sg|null| 0| 0|
0|
+-------------+----+-------------------------+-----------------------+-----------------------+
Total line number = 1
It costs 0.010s {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)