srielau commented on code in PR #39795:
URL: https://github.com/apache/spark/pull/39795#discussion_r1091299476
##########
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:
I mistypes. Should have been 42614 Duplicate clause.
42616 is Db2 LUW specific (I drew on DB2 zOS to fill the table
--
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]