-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Improve Iceberg deletes when an entire file can be removed"
This reverts commit 9ddaa60. Including both a RowDelta and a DeleteFiles commit in the same Iceberg transaction results in the table history being cleared. Instead only write RowDeltas, even in the case where a file can be fully removed.
- Loading branch information
1 parent
9703bf6
commit a802ff2
Showing
13 changed files
with
78 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.