HyukjinKwon commented on a change in pull request #33573:
URL: https://github.com/apache/spark/pull/33573#discussion_r696328346



##########
File path: core/src/main/scala/org/apache/spark/SparkException.scala
##########
@@ -79,3 +86,141 @@ class SparkArithmeticException(errorClass: String, 
messageParameters: Array[Stri
   override def getErrorClass: String = errorClass
   override def getSqlState: String = 
SparkThrowableHelper.getSqlState(errorClass)
 }
+
+/**
+ * Class not found exception thrown from Spark with an error class.
+ */
+class SparkClassNotFoundException(

Review comment:
       oh yeah




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