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


   cherry pick 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
   
   enable_last_cache = false
   
   insert into root.sg1.d1(time,s1) values(1,1);
   
   flush;
   
   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