Yongzao Dan created IOTDB-4481:
----------------------------------
Summary: Time partition doesn't take effect in cluster mode
Key: IOTDB-4481
URL: https://issues.apache.org/jira/browse/IOTDB-4481
Project: Apache IoTDB
Issue Type: Bug
Reporter: Yongzao Dan
Assignee: Quan Siyi
Fix For: 0.14.0
Attachments: image-2022-09-21-10-34-34-652.png
I started a 1C1D cluster on my local machine and execute the following SQLs:
{code:java}
insert into root.sg1.d(timestamp, s1, s2, s3, s4) values (1662688890000, 1.0,
2.0, 3.0, 4.0);
insert into root.sg1.d(timestamp, s1, s2, s3, s4) values (1663722491000, 1.0,
2.0, 3.0, 4.0);
select ** from root.sg1;
show regions;{code}
The results are shown below:
!image-2022-09-21-10-34-34-652.png!
As we can see, the time partition doesn't take effect since the value of
TimeSlots is supposed to be 2.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)