rdblue commented on code in PR #4449:
URL: https://github.com/apache/iceberg/pull/4449#discussion_r841280952


##########
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java:
##########
@@ -1084,14 +1084,14 @@ protected void shouldHaveACleanCache(Table table) {
     List<Pair<Pair<T, T>, Pair<T, T>>>
         overlappingFiles = checkForOverlappingFiles(table, column);
 
-    Assert.assertEquals("Found overlapping files", Collections.emptyList(), 
overlappingFiles);
+    Assert.assertEquals("Found no overlapping files", Collections.emptyList(), 
overlappingFiles);

Review Comment:
   I think this was correct before.



-- 
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: dev-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to