rdblue commented on code in PR #14509:
URL: https://github.com/apache/iceberg/pull/14509#discussion_r2501220038
##########
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##########
@@ -159,6 +162,18 @@ public ThisT scanManifestsWith(ExecutorService
executorService) {
return self();
}
+ /**
+ * Set a validator to check snapshot ancestry before committing changes.
Review Comment:
Nit: It would be nice to note the behavior when there is no parent snapshot
(an empty iterable is passed).
--
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]