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


   ### What changes were proposed in this pull request?
   
   Refactors the base Throwable trait `SparkError.scala` (introduced in 
SPARK-34920) an interface `SparkThrowable.java`.
   
   ### Why are the changes needed?
   
   - Renaming `SparkError` to `SparkThrowable` better reflect sthat this is the 
base interface for both `Exception` and `Error`
   - Migrating to Java maximizes its extensibility
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes; the base trait has been renamed and the accessor methods have changed 
(eg. `sqlState` -> `getSqlState()`).
   
   ### How was this patch tested?
   
   Unit tests.


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

Reply via email to