aokolnychyi commented on a change in pull request #3331:
URL: https://github.com/apache/iceberg/pull/3331#discussion_r733249822
##########
File path:
core/src/test/java/org/apache/iceberg/TestOverwriteWithValidation.java
##########
@@ -266,7 +272,8 @@ public void testOverwriteTableValidated() {
table.newOverwrite()
.deleteFile(FILE_DAY_2)
.addFile(FILE_DAY_2_MODIFIED)
- .validateNoConflictingAppends(baseSnapshot.snapshotId(),
EXPRESSION_DAY_2)
+ .validateFromSnapshot(baseSnapshot.snapshotId())
+ .validateNoConflictingAppends(EXPRESSION_DAY_2)
Review comment:
I think `validateNoConflictingAppends` has been deprecated as well.
We should use `conflictDetectionFilter` and `validateNoConflictingData`.
--
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]