RussellSpitzer commented on a change in pull request #3071:
URL: https://github.com/apache/iceberg/pull/3071#discussion_r702229657
##########
File path: core/src/test/java/org/apache/iceberg/TestRowDelta.java
##########
@@ -629,4 +630,74 @@ public void testFastAppendDoesNotRemoveStaleDeleteFiles() {
files(FILE_A_DELETES),
statuses(Status.ADDED));
}
+
+ @Test
+ public void testValidateDataFilesExistWithConflictDetectionFilter() {
Review comment:
Should we also add a test where the validation fails? It looks like this
one just checks that you can do isolated operations but I think we should do a
conflicting test as well.
--
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]