HyukjinKwon commented on a change in pull request #24391: 
[SPARK-27402][SQL][test-hadoop3.2] Fix hadoop-3.2 test issue(except the 
hive-thriftserver module)
URL: https://github.com/apache/spark/pull/24391#discussion_r276513811
 
 

 ##########
 File path: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/client/IsolatedClientLoader.scala
 ##########
 @@ -189,13 +190,15 @@ private[hive] class IsolatedClientLoader(
     (name.startsWith("com.google") && !name.startsWith("com.google.cloud")) ||
     name.startsWith("java.") ||
     name.startsWith("javax.sql.") ||
+    name.startsWith("org.apache.derby.") ||
 
 Review comment:
   Can we try to find the cause and backport it within Hive side because it 
looks a bug in Hive 2.3.4? We can put some inputs into Hive side to make 2.3.5. 
It's mush smaller job for Hive side comparing to dealing with HIVE-16391.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to