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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org