pvary commented on code in PR #12692:
URL: https://github.com/apache/iceberg/pull/12692#discussion_r2031502283


##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteDataFilesAction.java:
##########
@@ -1720,143 +1717,15 @@ public void testInvalidAPIUsage() {
 
     assertThatThrownBy(() -> 
actions().rewriteDataFiles(table).binPack().sort())
         .isInstanceOf(IllegalArgumentException.class)
-        .hasMessage("Must use only one rewriter type (bin-pack, sort, 
zorder)");
+        .hasMessage("Must use only one runner type (bin-pack, sort, zorder)");

Review Comment:
   I decided to keep this error message intact.



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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to