gaborgsomogyi commented on a change in pull request #30336:
URL: https://github.com/apache/spark/pull/30336#discussion_r523967561



##########
File path: core/src/main/scala/org/apache/spark/internal/config/UI.scala
##########
@@ -203,4 +203,15 @@ private[spark] object UI {
     .stringConf
     .transform(_.toUpperCase(Locale.ROOT))
     .createWithDefault("LOCAL")
+
+  val ENABLED_STREAMING_UI_CUSTOM_METRIC_LIST =

Review comment:
       Please see my previous comment above. `SQLConf` work only of there is an 
active session, otherwise the config not propagated but silently gives back the 
default. Since in the webserver there is no active session (because it's 
common) I don't think we want to itroduce such. Is `StaticSQLConf` propagated 
w/o session?




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

Reply via email to