dtenedor commented on code in PR #42177:
URL: https://github.com/apache/spark/pull/42177#discussion_r1276686114
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -804,12 +804,12 @@
"subClass" : {
"BOTH_POSITIONAL_AND_NAMED" : {
"message" : [
- "A positional argument and named argument both referred to the same
parameter."
+ "A positional argument and named argument both referred to the same
parameter. Please remove the named argument referring to this parameter."
Review Comment:
These error message changes are specific to SQL named arguments, can you
please update the PR title and description to indicate that?
--
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]