MaxGekk commented on code in PR #38707:
URL: https://github.com/apache/spark/pull/38707#discussion_r1029758275
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -490,6 +490,11 @@
"The operation <statement> is not allowed on the <objectType>:
<objectName>"
]
},
+ "FUNCTION_WRONG_NUM_ARGS" : {
Review Comment:
@cloud-fan @srielau Are you ok with the name or maybe just `WRONG_NUM_ARGS`?
Later we will merge `DATATYPE_MISMATCH.WRONG_NUM_ARGS` into it.
--
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]