We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac9e3e commit 3224e90Copy full SHA for 3224e90
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala
@@ -192,7 +192,6 @@ private[hive] class IsolatedClientLoader(
192
name.startsWith("org.apache.spark.") ||
193
(sharesHadoopClasses && isHadoopClass) ||
194
name.startsWith("scala.") ||
195
- (name.startsWith("com.google") && !name.startsWith("com.google.cloud")) ||
196
name.startsWith("java.") ||
197
name.startsWith("javax.sql.") ||
198
sharedPrefixes.exists(name.startsWith)
0 commit comments