cloud-fan commented on a change in pull request #24759: [SPARK-27395][SQL][WIP] 
Improve EXPLAIN command
URL: https://github.com/apache/spark/pull/24759#discussion_r315601851
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1512,6 +1512,16 @@ object SQLConf {
         "When this conf is not set, the value from 
`spark.redaction.string.regex` is used.")
       .fallbackConf(org.apache.spark.internal.config.STRING_REDACTION_PATTERN)
 
+  val SQL_EXPLAIN_LEGACY_FORMAT =
 
 Review comment:
   I'd like to do it in followup. We need more discussions about how to explain 
a DataFrame: do we need new APIs, or more configs? I don't want to block this 
PR because of it.

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