forked from delta-io/delta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues around empty file action transactions
This PR fixes the empty file action transaction issue. Currently Delta uses SnapshotIsolation when a txn wants to commit stuff with no file actions. This is wrong - A txn without no FileActions can still have Metadata updates. A metadata update shouldn't use SnapshotIsolation. GitOrigin-RevId: 10d4fbe5f6ff29b9a6aad995f0e4dbc4b30da135
- Loading branch information
1 parent
f5cef19
commit 0d07d09
Showing
3 changed files
with
29 additions
and
13 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