MaxGekk commented on code in PR #44968:
URL: https://github.com/apache/spark/pull/44968#discussion_r1475711921
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -451,6 +451,12 @@
],
"sqlState" : "42704"
},
+ "COLLATION_INVALID_NAME" : {
+ "message" : [
+ "The value <collationName> does not represent correct collation name."
+ ],
+ "sqlState" : "22018"
Review Comment:
Could you elaborate a little bit why did you choose the state:
```json
"22018": {
"description": "invalid character value for cast",
"origin": "SQL/Foundation",
"standard": "Y",
"usedBy": ["SQL/Foundation", "PostgreSQL", "DB2", "Redshift",
"Oracle", "SQL Server"]
},
```
--
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]