jackye1995 opened a new pull request #3207: URL: https://github.com/apache/iceberg/pull/3207
@RussellSpitzer @rdblue @aokolnychyi @chenjunjiedada @flyrain @szehon-ho As discussed in the doc https://docs.google.com/document/d/1-EyKSfwd_W9iI5jrzAvomVw3w1mb_kayVNT7f2I-SUg/edit, here is a PR that uses `RewriteDataFiles` action to merge deletes. I took the approach of adding 2 boolean flags, one for global deletes, one for non-global deletes (I call it partition deletes for the lack of a better name), and just leverage the existing bin packing strategy to run the delete compaction. -- 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]
