Peng-Lei opened a new pull request #33573:
URL: https://github.com/apache/spark/pull/33573


   ### What changes were proposed in this pull request?
   When we refactor the query execution errors to use error classes in 
QueryExecutionErrors, we need define some exception that mix SparkThrowable 
into a base Exception type.
   according the example 
[SparkArithmeticException](https://github.com/apache/spark/blob/f90eb6a5db0778fd18b0b544f93eac3103bbf03b/core/src/main/scala/org/apache/spark/SparkException.scala#L75)
   
   ### Why are the changes needed?
   [SPARK-36336](https://issues.apache.org/jira/browse/SPARK-36336)
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   No. At now they are not used. when we refactor some exceptions in 
QueryExecutionErrors to use error classes. we can test it.
   


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

Reply via email to