You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/04/03 21:39:56 UTC

[GitHub] [iceberg] rdblue commented on a diff in pull request #4449: Fix assert message error

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-unsubscribe@iceberg.apache.org

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