vinothchandar commented on issue #1675: URL: https://github.com/apache/hudi/issues/1675#issuecomment-637258553
Are you able to use `listCommitsSince` and use the commit times there are begin and end pairwise? I.e if you get c1,c2,c3 then do c1,c2 and c2,c3 incremental queries? https://github.com/apache/hudi/blob/742c2040995167871db976fc0eb280347401ffc4/hudi-spark/src/main/java/org/apache/hudi/HoodieDataSourceHelpers.java#L49 Btw if you make this work, please consider writing a short blog post on the site. It will also help others ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
