You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Sujith (JIRA)" <ji...@apache.org> on 2016/09/15 09:48:20 UTC

[jira] [Updated] (CARBONDATA-242) NOT IN with Null filter results are not compatible With Hive

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

Sujith updated CARBONDATA-242:
------------------------------
    Description: 
When user provides Null member inside NOT IN filter condition the resultset is not compatible with hive result.

Eg: 
select country from t3 where country not in ('china','france',null) group by country


  was:When user provides Null member inside NOT IN filter condition the resultset is not compatible with hive result


> NOT IN with Null filter results are not compatible With Hive
> ------------------------------------------------------------
>
>                 Key: CARBONDATA-242
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-242
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Sujith
>            Assignee: Sujith
>            Priority: Minor
>
> When user provides Null member inside NOT IN filter condition the resultset is not compatible with hive result.
> Eg: 
> select country from t3 where country not in ('china','france',null) group by country



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