You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/05/14 11:35:59 UTC

[jira] [Commented] (SPARK-7631) treenode argString should not print children

    [ https://issues.apache.org/jira/browse/SPARK-7631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14543432#comment-14543432 ] 

Apache Spark commented on SPARK-7631:
-------------------------------------

User 'scwf' has created a pull request for this issue:
https://github.com/apache/spark/pull/6144

> treenode argString should not print children
> --------------------------------------------
>
>                 Key: SPARK-7631
>                 URL: https://issues.apache.org/jira/browse/SPARK-7631
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.3.1
>            Reporter: Fei Wang
>
> spark-sql> explain extended                                                         
>          > select * from (                                                          
>          > select key from src union all                                            
>          > select key from src) t;        
> the spark plan will print children in argString		 
> 		 		 
> == Physical Plan ==
> Union[ HiveTableScan [key#1], (MetastoreRelation default, src, None), None,
>  HiveTableScan [key#3], (MetastoreRelation default, src, None), None]
>  HiveTableScan [key#1], (MetastoreRelation default, src, None), None
>  HiveTableScan [key#3], (MetastoreRelation default, src, None), None



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