You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Zhenhua Wang (JIRA)" <ji...@apache.org> on 2017/03/28 07:52:41 UTC

[jira] [Created] (SPARK-20124) Join reorder should keep the same order of final project attributes

Zhenhua Wang created SPARK-20124:
------------------------------------

             Summary: Join reorder should keep the same order of final project attributes
                 Key: SPARK-20124
                 URL: https://issues.apache.org/jira/browse/SPARK-20124
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.2.0
            Reporter: Zhenhua Wang


Join reorder algorithm should keep exactly the same order of output attributes in the top project. 
For example, if user want to select a, b, c, after reordering, we should output a, b, c in the same order as specified by user, instead of b, a, c or other orders.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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