[jira] [Updated] (CARBONDATA-242) NOT IN with Null filter results are not compatible With Hive
Posted by
Akash R Nilugal (Jira) on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Updated-CARBONDATA-242-NOT-IN-with-Null-filter-results-are-not-compatible-With-Hive-tp1014.html
[
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)