You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/12/15 12:38:46 UTC

[jira] [Updated] (SPARK-12336) Outer join using multiple columns results in wrong nullability

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

Cheng Lian updated SPARK-12336:
-------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: SPARK-12323

> Outer join using multiple columns results in wrong nullability
> --------------------------------------------------------------
>
>                 Key: SPARK-12336
>                 URL: https://issues.apache.org/jira/browse/SPARK-12336
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 1.4.1, 1.5.2, 1.6.0, 2.0.0
>            Reporter: Cheng Lian
>            Assignee: Apache Spark
>
> When joining two DataFrames using multiple columns, a temporary inner join is used to compute join output. Then a real join operator is created and projected. However, the final projection list is based on the inner join rather than real join operator. When the real join operator is an outer join, nullability of the final projection can be wrong, since outer join may alter nullability of its child plan(s).



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