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


##########
repl/src/main/scala/org/apache/spark/repl/Main.scala:
##########
@@ -95,6 +96,7 @@ object Main extends Logging {
       // initialization in certain cases, there's an initialization order 
issue that prevents
       // this from being set after SparkContext is instantiated.
       conf.set("spark.repl.class.outputDir", outputDir.getAbsolutePath())
+      conf.set(SQLConf.ARTIFACTS_SESSION_ISOLATION_ENABLED, false)

Review Comment:
   It'd be nice if you explain why you are disabling this.



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