Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/20944#discussion_r179158019 --- 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 -- Yes, it doesn't matter if add these two lines, but I think it's best to add. What do you think?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org