-
Notifications
You must be signed in to change notification settings - Fork 294
Closed
Description
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
Labels
No labels