You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Allison Wang (Jira)" <ji...@apache.org> on 2020/09/12 00:27:00 UTC

[jira] [Updated] (SPARK-32861) GeneratorExec should require output column ordering

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

Allison Wang updated SPARK-32861:
---------------------------------
    Description: {{GeneratorExec }}should require column ordering since it binds its input rows directly with its {{requiredChildOutput}} without using the child's output schema. In this case, changing input column ordering will result in `GenerateExec` binding the wrong schema to the input columns.   (was: `GeneratorExec` should require column ordering since it binds its input rows directly with its `requiredChildOutput` without using the child's output schema. In this case, changing input column ordering will result in `GenerateExec` binding the wrong schema to the input columns. )

> GeneratorExec should require output column ordering
> ---------------------------------------------------
>
>                 Key: SPARK-32861
>                 URL: https://issues.apache.org/jira/browse/SPARK-32861
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.1
>            Reporter: Allison Wang
>            Priority: Minor
>
> {{GeneratorExec }}should require column ordering since it binds its input rows directly with its {{requiredChildOutput}} without using the child's output schema. In this case, changing input column ordering will result in `GenerateExec` binding the wrong schema to the input columns. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org