gengliangwang commented on a change in pull request #28097: 
[SPARK-31325][SQL][Web UI] Control a plan explain mode in the events of SQL 
listeners via SQLConf
URL: https://github.com/apache/spark/pull/28097#discussion_r402079715
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -2335,6 +2335,17 @@ object SQLConf {
     .booleanConf
     .createWithDefault(false)
 
+  val QUERY_DESCRIPTION_MODE_IN_LISTENERS = 
buildConf("spark.sql.queryDescriptionModeInListeners")
 
 Review comment:
   How about 
   ```
   spark.sql.ui.explainMode
   ```
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to