aokolnychyi commented on code in PR #7177:
URL: https://github.com/apache/iceberg/pull/7177#discussion_r1151409241


##########
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAncestorsOfProcedure.java:
##########
@@ -156,7 +156,7 @@ public void testInvalidAncestorOfCases() {
     AssertHelpers.assertThrows(
         "Should reject calls with empty table identifier",
         IllegalArgumentException.class,
-        "Cannot handle an empty identifier for argument table",
+        "Cannot handle an empty identifier for parameter 'table'",

Review Comment:
   We reworked error messages in `ProcedureInput` and since this procedure now 
consumes it, I had to update the test.



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

Reply via email to