aiborodin commented on code in PR #14503:
URL: https://github.com/apache/iceberg/pull/14503#discussion_r2493128958
##########
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##########
@@ -464,6 +469,7 @@ public void commit() {
// this operation retries
// to ensure that if a concurrent operation assigns the
UUID, this operation will
// not fail.
+ validator.accept(base, updated);
Review Comment:
Should this be close to the other `validate(TableMetadata currentMetadata,
Snapshot snapshot)` call on line 260?
--
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]