[ 
https://issues.apache.org/jira/browse/SPARK-15792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cheng Lian resolved SPARK-15792.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 13535
[https://github.com/apache/spark/pull/13535]

> [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
>             Fix For: 2.0.0
>
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to