mihailom-db commented on code in PR #45095:
URL: https://github.com/apache/spark/pull/45095#discussion_r1498260755
##########
common/utils/src/main/resources/error/error-states.json:
##########
@@ -2933,6 +2933,12 @@
"standard": "Y",
"usedBy": ["SQL/Foundation", "PostgreSQL", "Redshift", "Oracle", "SQL
Server"]
},
+ "42001": {
+ "description": "Invalid encoder error",
+ "origin": "SQL/Foundation",
+ "standard": "Y",
+ "usedBy": ["SQL/Foundation"]
+ },
Review Comment:
@MaxGekk I am not sure how I should approach to naming new sqlstate, do you
have some more info on what these fields are about?
--
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]