dramaticlly opened a new pull request, #9724:
URL: https://github.com/apache/iceberg/pull/9724

   Goal: Attempt to clean up the dangling deletes as part of Spark 
RewriteDataFilesAction, it can be controlled by feature flag
   `remove-dangling-deletes` and it's by default turned on. Most of the code 
come from #6581 
   
   Changes
   - DeleteFiles to remove a given deleteFile 
   - RewriteDataFilesResult now provide count on number of dangling files 
removed 
   - withReusableDS() function moved from RewriteManifestsSparkAction to base 
so it can be reused in RewriteDataFilesAction.
   
   TODO, figure out predicate push down 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to