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:36:00 UTC

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

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

Apache Spark reassigned SPARK-7631:
-----------------------------------

    Assignee: Apache Spark

> 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
>            Assignee: Apache Spark
>
> 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