Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/20944#discussion_r179937446
--- 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.") ||
+ name.startsWith("org.apache.derby.") ||
--- End diff --
I'd also move this line to other org.apache* above
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]