Open
Description
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 #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