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

[jira] [Resolved] (SPARK-19994) Wrong outputOrdering for right/full outer smj

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

Wenchen Fan resolved SPARK-19994.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.2.0
                   2.0.3
                   2.1.1

Issue resolved by pull request 17331
[https://github.com/apache/spark/pull/17331]

> Wrong outputOrdering for right/full outer smj
> ---------------------------------------------
>
>                 Key: SPARK-19994
>                 URL: https://issues.apache.org/jira/browse/SPARK-19994
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.2, 2.1.0, 2.2.0
>            Reporter: Zhenhua Wang
>              Labels: correctness
>             Fix For: 2.1.1, 2.0.3, 2.2.0
>
>
> For right outer join, values of the left key will be filled with nulls if it can't match the value of the right key, so `nullOrdering` of the left key can't be guaranteed. We should output right key order.
> For full outer join, neither left key nor right key guarantees `nullOrdering`. We should not output any ordering.



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