You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "dtenedor (via GitHub)" <gi...@apache.org> on 2023/07/27 18:39:04 UTC

[GitHub] [spark] dtenedor commented on a diff in pull request #42177: [SPARK-44059] Add better error messages

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org