Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
master branch, 0.12.3
-
None
-
2021-11-Tian
Description
chaneg enable_last_cache=false in iotdb-engine.properties, and then start iotdb server.
execute the following sqls:
insert into root.sg1.d1(time,s1) values(1,1);
flush;
select last s1 from root.sg1.d1 where time > 1;
We should not get reuslts, but it will return a line whoes time is 1 which should be filtered.
Attachments
Issue Links
- Blocked
-
IOTDB-2124 After enable_last_cache is disabled, the filtering condition does not take effect in cluster
- Closed
- links to