Skip to content

Support delete data files in fast append action #1081

Open
@mnpw

Description

@mnpw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions