wangchao316 opened a new pull request #4539:
URL: https://github.com/apache/iotdb/pull/4539


   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.
   
   reason : 
   the filter criteria are not pushed to the remote node. As a result, the 
query result is incorrect.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to