bithw1 commented on issue #6412:
URL: https://github.com/apache/hudi/issues/6412#issuecomment-1217506808

   Thanks @boneanxs for the helpful answer. 
   
   I tried with `where _hoodie_commit_time > `0` and _hoodie_commit_time <= 
$T2`, and I got all the data.
   
   But ,i didn't see the difference between 
   `where _hoodie_commit_time > 0 and _hoodie_commit_time <= $T2`
   and 
   `where _hoodie_commit_time > $T1 and _hoodie_commit_time <= $T2`
   
   


-- 
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