Skip to content

Add apply interface in transaction #596

@ZENOTME

Description

@ZENOTME

This will work for now but might get problematic later on. Just a heads up.

An important concept for Iceberg is to stack snapshots in a single commit. For example, now with append being added in this PR, we can easily add support for truncate. This would be a delete operation where all the data is being dropped, and then just an append.

Originally posted by @Fokko in #349 (comment)

Transaction should be able reflect the update in time. According to pyiceberg, we can provide a apply interface to update the table metedata.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions