Yuan Tian created IOTDB-3348:
--------------------------------
Summary: Miss some data while using or value filter
Key: IOTDB-3348
URL: https://issues.apache.org/jira/browse/IOTDB-3348
Project: Apache IoTDB
Issue Type: Bug
Reporter: Yuan Tian
Assignee: Steve Yurong Su
Attachments: image-2022-05-31-11-57-05-824.png
insert into root.sg.d(time, s1, s2) values(1, 1, 2);
insert into root.sg.d(time, s1) values(2, 10);
select * from root.sg.d where s1 > 0 or s2 < 10;
!image-2022-05-31-11-57-05-824.png!
--
This message was sent by Atlassian Jira
(v8.20.7#820007)