rdblue commented on code in PR #4902:
URL: https://github.com/apache/iceberg/pull/4902#discussion_r906540128
##########
spark/v3.2/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteDataFilesProcedure.java:
##########
@@ -258,7 +295,7 @@ public void testRewriteDataFilesWithInvalidInputs() {
// Test for invalid strategy
AssertHelpers.assertThrows("Should reject calls with unsupported strategy
error message",
- IllegalArgumentException.class, "unsupported strategy: temp. Only
binpack,sort is supported",
+ IllegalArgumentException.class, "unsupported strategy: temp. Only
binpack,sort or zorder is supported",
Review Comment:
This should be `Only binpack, sort, or zorder are supported`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]