You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Khurram Faraaz (JIRA)" <ji...@apache.org> on 2016/11/30 10:23:59 UTC

[jira] [Closed] (DRILL-4927) Add support for Null Equality Joins

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

Khurram Faraaz closed DRILL-4927.
---------------------------------

> Add support for Null Equality Joins
> -----------------------------------
>
>                 Key: DRILL-4927
>                 URL: https://issues.apache.org/jira/browse/DRILL-4927
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Query Planning & Optimization
>    Affects Versions: 1.8.0
>            Reporter: Roman
>            Assignee: Aman Sinha
>              Labels: doc-impacting
>             Fix For: 1.9.0
>
>
> Join with an equality condition which allows null=null fails. For example, if we use some of this queries:
> {code:sql}
> select ... FROM t1, t2 WHERE t1.c1 = t2.c2 OR (t1.c1 IS NULL AND t2.c2 IS NULL);
> select ... FROM t1 INNER JOIN  t2 ON  t1.c1 = t2.c2 OR (t1.c1 IS NULL AND t2.c2 IS NULL);
> {code}
> we got "UNSUPPORTED_OPERATION ERROR". We should add support for this option.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)