forked from apache/iceberg
-
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.
Bump Nessie to 0.28.0 and adopt test code (apache#4594)
Enhances Iceberg commit conflict detection by maintaining the commit-id from which a table metadata has been loaded, to use it as the "expected hash" in a Nessie commit. Makes Nessie specific properties available in `TableMetadata` properties: * `nessie.content.id` - the Nessie `Content.getId()` * `nessie.commit.id` - the commit ID used to retrieve the table metadata * `nessie.reference.name` - the reference name from which the table metadata has been loaded Also fixes an issue via `org.apache.iceberg.nessie.NessieTableOperations#loadTableMetadata` that caused too many "previous files", because the `TableMetadata.buildFrom()` assumed that it's only called for ongoing modifications.
- Loading branch information
Showing
10 changed files
with
325 additions
and
178 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
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
73 changes: 0 additions & 73 deletions
73
nessie/src/test/java/org/apache/iceberg/nessie/NessieUtilTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.