Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
2022-9-Cluster
Description
I started a 1C1D cluster on my local machine and execute the following SQLs:
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;
The results are shown below:
As we can see, the time partition doesn't take effect since the value of TimeSlots is supposed to be 2.