Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20944#discussion_r179935823
--- 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 --
Do not add them unless we have to do it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]