Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/20944#discussion_r178720885
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala
---
@@ -188,6 +188,9 @@ private[hive] class IsolatedClientLoader(
(name.startsWith("com.google") &&
!name.startsWith("com.google.cloud")) ||
name.startsWith("java.lang.") ||
name.startsWith("java.net") ||
+ name.startsWith("com.sun.") ||
+ name.startsWith("sun.reflect.") ||
--- End diff --
these two lines above are really broad, is this intentional?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]