aokolnychyi commented on code in PR #11495:
URL: https://github.com/apache/iceberg/pull/11495#discussion_r1835614940
##########
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##########
@@ -139,6 +139,10 @@ protected void validate(TableMetadata base, Snapshot
parent) {
if (validateNewDeleteFiles) {
validateNoNewDeleteFiles(base, startingSnapshotId,
conflictDetectionFilter, parent);
}
+
+ if (base.formatVersion() >= 3 && addsDeleteFiles()) {
Review Comment:
I've restructured this part a bit to compute dv refs as deletes are being
added. No longer applies.
--
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]