srielau commented on code in PR #44902: URL: https://github.com/apache/spark/pull/44902#discussion_r1468258626
########## common/utils/src/main/resources/error/README.md: ########## @@ -96,21 +132,21 @@ The quality of the error message should match the ### SQLSTATE SQLSTATE is an mandatory portable error identifier across SQL engines. -SQLSTATE comprises a 2-character class value followed by a 3-character subclass value. +SQLSTATE comprises a 2-character category followed by a 3-character sub-category. Review Comment: class and subclass are the terms used in the standard. But I'm not married to them.... -- 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]
