You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Minghui Liu (Jira)" <ji...@apache.org> on 2022/10/08 11:33:00 UTC

[jira] [Created] (IOTDB-4585) Incorrect query result after deleting data for aligned timeseries

Minghui Liu created IOTDB-4585:
----------------------------------

             Summary: Incorrect query result after deleting data for aligned timeseries
                 Key: IOTDB-4585
                 URL: https://issues.apache.org/jira/browse/IOTDB-4585
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: master branch, 0.13.3-SNAPSHOT
            Reporter: Minghui Liu
            Assignee: Yuan Tian
             Fix For: master branch, 0.13.3-SNAPSHOT
         Attachments: image-2022-10-08-19-25-50-238.png, image-2022-10-08-19-30-01-730.png

insert into root.sg1.d1(time, s1) aligned values (1,1), (2,2);

delete from root.sg1.d1.s1 where time > 1;

 

!image-2022-10-08-19-25-50-238.png|width=235,height=246!

Query result alternates between correct and incorrect.

 

Maybe caused by: 

QueryUtils.modifyAlignedChunkMetaData()

!image-2022-10-08-19-30-01-730.png|width=506,height=317!



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