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 Owen (JIRA)" <ji...@apache.org> on 2016/02/14 15:14:18 UTC

[jira] [Updated] (SPARK-13314) Malformed WholeStageCodegen tree string

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

Sean Owen updated SPARK-13314:
------------------------------
    Component/s: SQL

> Malformed WholeStageCodegen tree string
> ---------------------------------------
>
>                 Key: SPARK-13314
>                 URL: https://issues.apache.org/jira/browse/SPARK-13314
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Cheng Lian
>            Assignee: Cheng Lian
>            Priority: Minor
>
> {{WholeStageCodegen}} overrides {{generateTreeString}} to show the inner plan tree, but the output can be malformed when the plan contains binary operators:
> {code}
> val a = sqlContext range 5
> val b = sqlContext range 2
> a select ('id as 'a) unionAll (b select ('id as 'a)) explain true
> {code}
> {noformat}
> ...
> == Physical Plan ==
> Union
> :- WholeStageCodegen
> :  :  +- Project [id#3L AS a#6L]
> :  :     +- Range 0, 1, 8, 5, [id#3L]
> +- WholeStageCodegen
>    :  +- Project [id#4L AS a#7L]
>    :     +- Range 0, 1, 8, 2, [id#4L]
> {noformat}



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