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


##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -840,6 +840,7 @@ object SparkSession extends api.BaseSparkSessionCompanion 
with Logging {
     override def enableHiveSupport(): this.type = synchronized {
       if (hiveClassesArePresent) {
         super.enableHiveSupport()
+          .config(SQLConf.ARTIFACTS_SESSION_ISOLATION_ENABLED.key, false)

Review Comment:
   Can you disable this in thriftserver? There are quite a few people who are 
using the Hive catalog and that do benefit from isolation.



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