[
https://issues.apache.org/jira/browse/CARBONDATA-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sujith updated CARBONDATA-76:
-----------------------------
Priority: Minor (was: Major)
Description:
if the user was applying filte to list down non null members. When user applies
Not Equals filter in any non null members the system shall not display null
members in report as per Hive compatibility.
Query Sample:
select
imei,name,country,city,productdate,enddate,age,task,sale,num,level,quest,pointid,score
from big_int where age != 2147;
was:if the user was applying filte to list down non null members. When user
applies Not Equals filter in any non null members the system shall not display
null members in report as per Hive compatibility.
> Not Equals filter display even the null members while filtering non null
> values
> -------------------------------------------------------------------------------
>
> Key: CARBONDATA-76
> URL: https://issues.apache.org/jira/browse/CARBONDATA-76
> Project: CarbonData
> Issue Type: Bug
> Reporter: Sujith
> Priority: Minor
>
> if the user was applying filte to list down non null members. When user
> applies Not Equals filter in any non null members the system shall not
> display null members in report as per Hive compatibility.
> Query Sample:
> select
> imei,name,country,city,productdate,enddate,age,task,sale,num,level,quest,pointid,score
> from big_int where age != 2147;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)