You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "yusicheng (Jira)" <ji...@apache.org> on 2023/03/03 09:34:00 UTC

[jira] [Created] (IOTDB-5615) Query wrong data after write duplicate timestamp data

yusicheng created IOTDB-5615:
--------------------------------

             Summary: Query wrong data after write duplicate timestamp data
                 Key: IOTDB-5615
                 URL: https://issues.apache.org/jira/browse/IOTDB-5615
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: master branch
            Reporter: yusicheng
            Assignee: Jinrui Zhang
         Attachments: image-2023-03-03-17-31-18-329.png

execute sql statements:
insert into root.sg.d1(time, s1) values (1,1), (2,2), (3,3), (4,4), (5,5);
insert into root.sg.d1(time, s1) values (3,3.3);
flush root.sg true;
insert into root.sg.d1(time, s1) values (10,10), (11,11), (12,12), (13,13), (14,14);
insert into root.sg.d1(time, s1) values (13,13.13);
flush root.sg true;
select s1 from root.sg.d1;

result:
 !image-2023-03-03-17-31-18-329.png! 

because of the wrong creation time of TsFile version



--
This message was sent by Atlassian Jira
(v8.20.10#820010)