danielcweeks opened a new pull request, #14503:
URL: https://github.com/apache/iceberg/pull/14503

   Currently committing will auto refresh table state before building new table 
metadata, but this is hidden from the original committer, which makes it 
impossible for to validate any changes to the table during the commit process.  
   
   This PR adds the ability for a committer to provide a validator that can 
inspect the original table state and the new table state.  This can be used in 
a number of ways such as to provide isolation guarantees or for implementations 
like kafka connect to validate that the offset state hasn't been updated by a 
competing commit.


-- 
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