openinx opened a new pull request #2294:
URL: https://github.com/apache/iceberg/pull/2294


   In iceberg format v2,  we've introduced the row-level delete feature,  which 
would introduce many delete files ( include positional delete files and insert 
data files).   Currently the **batch** RewriteAction only works for iceberg 
format v2, say compacting data files only.  Before expose the format v2 to end 
users, we need to check whether the common features are OK,   we should provide 
the ability to rewrite both data files and delete files. 
   
   In this PR,  I'm trying to extend the **RewriteFiles** API to work for both 
data files and delete files, so that we could implement the format v2's  
RewriteFiles Action.


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



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

Reply via email to