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


##########
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:
   We use "strategy" in the [user 
doc](https://iceberg.apache.org/docs/nightly/spark-procedures/#usage_9).



-- 
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