You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Zhong (JIRA)" <ji...@apache.org> on 2016/06/06 22:03:21 UTC

[jira] [Created] (SPARK-15792) [SQL] Allows operator to change the verbosity in explain output.

Sean Zhong created SPARK-15792:
----------------------------------

             Summary: [SQL] Allows operator to change the verbosity in explain output.
                 Key: SPARK-15792
                 URL: https://issues.apache.org/jira/browse/SPARK-15792
             Project: Spark
          Issue Type: Improvement
            Reporter: Sean Zhong
            Priority: Minor


We should allows an operator (Physical plan or logical plan) to change verbosity in explain output.

For example, we may not want to display {{output=[count(a)#48L]}} in less-verbose mode.

{code}
scala> spark.sql("select count(a) from df").explain()

== Physical Plan ==
*HashAggregate(key=[], functions=[count(1)], output=[count(a)#48L])
+- Exchange SinglePartition
   +- *HashAggregate(key=[], functions=[partial_count(1)], output=[count#50L])
      +- LocalTableScan
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org