learningchess2003 commented on code in PR #41864:
URL: https://github.com/apache/spark/pull/41864#discussion_r1253637205
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2333,6 +2354,11 @@
],
"sqlState" : "428C4"
},
+ "UNRECOGNIZED_PARAMETER_NAME" : {
+ "message" : [
+ "Cannot invoke function <functionName> because the function call
included a named argument reference for the argument named <argumentName>, but
this function does not include any signature containing an argument with this
name."
Review Comment:
Sounds good! Added the feature.
--
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]