You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2014/05/23 22:39:01 UTC

[jira] [Updated] (DRILL-831) NOT-IN query returns wrong results if right side is empty

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

Aman Sinha updated DRILL-831:
-----------------------------

    Attachment: 0001-Fix-DRILL-831-Execute-the-probe-phase-for-outer-join.patch

> NOT-IN query returns wrong results if right side is empty
> ---------------------------------------------------------
>
>                 Key: DRILL-831
>                 URL: https://issues.apache.org/jira/browse/DRILL-831
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Aman Sinha
>            Assignee: Aman Sinha
>         Attachments: 0001-Fix-DRILL-831-Execute-the-probe-phase-for-outer-join.patch
>
>
> 0: jdbc:drill:zk=local> select count(*) from region r1 where r1.r_regionkey not in (select r2.r_regionkey from region r2 where r2.r_regionkey = 10);
> +--+
> |  |
> +--+
> +--+
> No rows selected
> This correct result is 5 rows since right side of the NOT IN produces 0 rows. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)