mihailom-db commented on code in PR #45095: URL: https://github.com/apache/spark/pull/45095#discussion_r1499100913
########## 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: I took a look at different DBMS sqlstates and to my knowledge it seems that this one is not used by any. Changed doc accordingly. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org