itholic commented on code in PR #39795:
URL: https://github.com/apache/spark/pull/39795#discussion_r1091282844


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1207,6 +1207,12 @@
     ],
     "sqlState" : "42K03"
   },
+  "REPEATED_CLAUSE" : {
+    "message" : [
+      "The <clause> clause may be used at most once per <operation> operation."
+    ],
+    "sqlState" : "2202G"

Review Comment:
   Just applied the suggestion!
   
   Btw, seems like 42616 is missing in 
https://github.com/apache/spark/tree/master/core/src/main/resources/error.
   Is it intentionally excluded or do we want to add 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]

Reply via email to