srielau commented on code in PR #39795:
URL: https://github.com/apache/spark/pull/39795#discussion_r1090896713
##########
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:
2202G is: invalid repeat argument in a sample clause is quite specific.
```suggestion
"sqlState" : "42614"
```
--
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]