beliefer commented on code in PR #41719:
URL: https://github.com/apache/spark/pull/41719#discussion_r1243069014
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1209,6 +1226,23 @@
],
"sqlState" : "22032"
},
+ "INVALID_LAMBDA_FUNCTION_CALL" : {
+ "message" : [
+ "Invalid lambda function call."
+ ],
+ "subClass" : {
+ "ARGUMENTS_NUMBER_MISMATCH" : {
+ "message" : [
+ "The number of lambda function arguments '<namesSize>' does not
match the number of arguments expected by the higher order function
'<argInfoSize>'."
+ ]
+ },
+ "ARGUMENT_NAMES_EXISTS_SAME_SEMANTIC" : {
+ "message" : [
+ "Lambda function arguments should not have names that are
semantically the same."
Review Comment:
I don't get your point yet.
I guess you mean is `to set the SQL config <caseSensitiveConfig> to
\"true\"`.
--
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]