aokolnychyi commented on code in PR #47189:
URL: https://github.com/apache/spark/pull/47189#discussion_r1663218593


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3578,7 +3578,7 @@
   },
   "REQUIRED_PARAMETER_NOT_FOUND" : {
     "message" : [
-      "Cannot invoke function <functionName> because the parameter named 
<parameterName> is required, but the function call did not supply a value. 
Please update the function call to supply an argument value (either 
positionally at index <index> or by name) and retry the query again."
+      "Cannot invoke routine <routineName> because the parameter named 
<parameterName> is required, but the routine call did not supply a value. 
Please update the routine call to supply an argument value (either positionally 
at index <index> or by name) and retry the query again."

Review Comment:
   Functions are one type of routines. We already use the word "routine" in a 
few error codes for functions.



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