karenfeng opened a new pull request #32850:
URL: https://github.com/apache/spark/pull/32850


   ### What changes were proposed in this pull request?
   
   Unifies exceptions thrown from Spark under a single base trait `SparkError`, 
which unifies:
   - Error classes
   - Parametrized error messages
   - SQLSTATE, as discussed in 
http://apache-spark-developers-list.1001551.n3.nabble.com/DISCUSS-Add-error-IDs-td31126.html.
   
   ### Why are the changes needed?
   
   - Adding error classes creates a consistent label for exceptions, even as 
error messages change
   - Creating a single, centralized source-of-truth for parametrized error 
messages improves auditing for error message quality
   - Adding SQLSTATE helps ODBC/JDBC users receive standardized error codes
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, changes ODBC experience by:
   - Adding error classes to error messages
   - Adding SQLSTATE to TStatus
   
   ### How was this patch tested?
   
   Unit tests, as well as local tests with PyODBC.
   


-- 
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.

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

Reply via email to