snazy opened a new pull request, #4594:
URL: https://github.com/apache/iceberg/pull/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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to