hvanhovell commented on code in PR #48120:
URL: https://github.com/apache/spark/pull/48120#discussion_r1838121670


##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -842,7 +842,11 @@ object SparkSession extends api.BaseSparkSessionCompanion 
with Logging {
     /** @inheritdoc */
     override def enableHiveSupport(): this.type = synchronized {
       if (hiveClassesArePresent) {
+        // TODO(SPARK-50244): We now isolate artifacts added by the `ADD JAR` 
command. This will
+        //  break an existing Hive use case (one session adds JARs and another 
session uses them).
+        //  We need to decide whether/how to enable isolation for Hive.

Review Comment:
   @xupefei Everyone has Hive on their classpath (because of HMS), so this 
effectively disables isolation for all of classic. Can we only disable this for 
JDBC?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to