mikedias opened a new pull request, #780:
URL: https://github.com/apache/incubator-xtable/pull/780

   Implements https://github.com/apache/incubator-xtable/issues/754
   
   
   ## What is the purpose of the pull request
   
   Implement Paimon Source Incremental Sync
   
   
   ## Brief change log
   
    • Implemented getTableChangeForCommit() to extract file changes 
(added/removed) from delta manifests for
      incremental sync
    • Implemented getCommitsBacklog() to identify snapshots that need to be 
processed since the last sync instant
    • Implemented isIncrementalSyncSafeFrom() to validate if incremental sync 
is safe from a given instant by checking
      snapshot availability
   
   ## Verify this pull request
   
    • Added tests in TestPaimonDataFileExtractor to cover the 
`extractFilesDiff()` logic.
    • Added tests in TestPaimonConversionSource  to cover the incremental sync 
methods.
    • Existing integration tests in `ITConversionController` verify end-to-end 
incremental sync behavior


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