amogh-jahagirdar commented on code in PR #16146:
URL: https://github.com/apache/iceberg/pull/16146#discussion_r3157992513
##########
core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java:
##########
@@ -959,8 +963,16 @@ protected Map<String, String> summary() {
return summaryBuilder.build();
}
+ // guard buffered v2 deletes against concurrent format upgrade
+ private void validateV2DeleteFilesForVersion(int currentFormatVersion) {
Review Comment:
`validateDeleteFilesForVersion`? Sure it's the v2 deletes now but in the
future if some other constraints come in, we can just add to the same method.
--
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]