pvary commented on code in PR #12692: URL: https://github.com/apache/iceberg/pull/12692#discussion_r2020489760
########## 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'm not sure about this change. The internal naming has changed, but not sure we have to expose this to the users -- 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