srielau commented on code in PR #49427:
URL: https://github.com/apache/spark/pull/49427#discussion_r1920333323
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3203,6 +3227,12 @@
},
"sqlState" : "42616"
},
+ "INVALID_SQLSTATE" : {
+ "message" : [
+ "Invalid SQLSTATE value: '<sqlState>'. SQLSTATE must be exactly 5
characters long and contain only A-Z and 0-9. SQLSTATE must not start with
'00', '01', or 'XX'."
+ ],
+ "sqlState" : "42000"
Review Comment:
```suggestion
"sqlState" : "428B3"
```
--
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]