terana commented on code in PR #54445:
URL: https://github.com/apache/spark/pull/54445#discussion_r2852350525
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/config/Connect.scala:
##########
@@ -218,6 +218,18 @@ object Connect {
.toSequence
.createWithDefault(Nil)
+ val CONNECT_EXTENSIONS_GET_STATUS_CLASSES =
+ buildStaticConf("spark.connect.extensions.getStatus.classes")
Review Comment:
To my understanding, `buildStaticConf` defines the static SQL config, which
can only be setup on cluster startup. Also RuntimeConfig's modification methods
have `requireNonStaticConf` if you mean somehow tampering from Session Holder
which we pass to plugin.
--
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]