ad1happy2go commented on issue #8713:
URL: https://github.com/apache/hudi/issues/8713#issuecomment-1550059773

   @matthiasdg You can simply do incremental queries with spark datafame api 
also for the tables which are synced with hive.
   
   https://hudi.apache.org/docs/querying_data/#spark-incr-query
   
   '_hoodie_commit_time' > '${min.commit.time}' --> It is more like 
min_instant_time. The instant time above which we want to get data.
   
   Let me know in case it doesn't clarifies your issue.


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