yaooqinn commented on a change in pull request #30042:
URL: https://github.com/apache/spark/pull/30042#discussion_r505374682
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2675,6 +2675,15 @@ object SQLConf {
.checkValues(LegacyBehaviorPolicy.values.map(_.toString))
.createWithDefault(LegacyBehaviorPolicy.EXCEPTION.toString)
+ val LEGACY_ALLOW_MODIFY_ACTIVE_SESSION =
Review comment:
Should this be a static config? I am not quite sure if there is any case
that one SparkSession can set this to true, then other SparkSessions are
affected silently.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]