Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.3
Description
After enable_last_cache is disabled, the filter criteria are not pushed to the remote node. As a result, the query result is incorrect.
5 node , 3 rep in cluster
1. enable_last_cache = false
2. insert into root.sg1.d1(time,s1) values(1,1);
3. flush;
4. select last s1 from root.sg1.d1 where time > 1;
the query result is incorrect.
Attachments
Issue Links
- Blocked
-
IOTDB-2050 Time Filter doesn't take effect in last query
- Closed
- links to