Haonan Hou created IOTDB-6138:
---------------------------------
Summary: Negative timestamp doesn't support perfectly
Key: IOTDB-6138
URL: https://issues.apache.org/jira/browse/IOTDB-6138
Project: Apache IoTDB
Issue Type: Bug
Affects Versions: 1.0.0, 1.1.0, 1.2.0
Reporter: Haonan Hou
Attachments: image-2023-09-05-18-32-15-940.png
The current support of negative timestamp is not perfect. There are two main
issues.
* when query data by cli, the negative timestamp doesn't show correctly
!image-2023-09-05-18-32-15-940.png|width=507,height=334!
* when set time partition interval = 1000, then insert timestamp -100, the
current code will calculate the time partition id as 0. However the correct
time partition id should be -1.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)