mnpw opened a new issue, #1081:
URL: https://github.com/apache/iceberg-rust/issues/1081

   ### Is your feature request related to a problem or challenge?
   
   
   
   The transaction API exposes `FastAppendAction` for making commits to 
catalog. 
   
   Equality delete writer was added with 
https://github.com/apache/iceberg-rust/pull/703 to support writing equality 
delete data files. However, `FastAppendAction` does not support committing 
equality delete data files.
   
   See `DataContentType` check – 
https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/transaction.rs#L443-L447
   
   
   
   ### Describe the solution you'd like
   
   It would be great if we can enhance `FastAppendAction` to support committing 
equality delete data files as well. I am willing to work on this.
   
   
   ### Willingness to contribute
   
   I would be willing to contribute to this feature with guidance from the 
Iceberg Rust community


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

Reply via email to