yaooqinn commented on code in PR #47209:
URL: https://github.com/apache/spark/pull/47209#discussion_r1669613987
##########
common/utils/src/main/scala/org/apache/spark/util/SparkClassUtils.scala:
##########
@@ -50,6 +50,25 @@ private[spark] trait SparkClassUtils {
def classIsLoadable(clazz: String): Boolean = {
Try { classForName(clazz, initialize = false) }.isSuccess
}
+
+ /**
+ * Determines whether the provided class is loadable in the current thread
and a subclass
Review Comment:
Thank you @dongjoon-hyun, you are right.
--
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]