Fei Wang created SPARK-7631:
-------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]