cloud-fan commented on code in PR #54133:
URL: https://github.com/apache/spark/pull/54133#discussion_r2851866005


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala:
##########
@@ -236,6 +236,15 @@ object StaticSQLConf {
       .booleanConf
       .createWithDefault(false)
 
+  val SQL_UI_APP_STATUS_LISTENER_ENABLED =
+    buildStaticConf("spark.sql.ui.appStatusListener.enabled")

Review Comment:
   `appStatusListener` is internal, we should not expose it to users. So this 
is to disable SQL UI?



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