learningchess2003 commented on code in PR #41864: URL: https://github.com/apache/spark/pull/41864#discussion_r1254681711
########## common/utils/src/main/resources/error/error-classes.json: ########## @@ -674,6 +674,12 @@ ], "sqlState" : "23505" }, + "DUPLICATE_ROUTINE_PARAMETER_ASSIGNMENT" : { + "message" : [ + "Call to function <functionName> is invalid because it includes multiple argument assignments to the same parameter name <parameterName>." + ], + "sqlState" : "4274K" Review Comment: Yep, consulted with him, and I have added the 4274K state documentation to the table. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org