[jira] [Commented] (CARBONDATA-359) is null & null functions are not working when data fetching from sub query

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-359) is null & null functions are not working when data fetching from sub query

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15644202#comment-15644202 ]

ASF GitHub Bot commented on CARBONDATA-359:
-------------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-carbondata/pull/300


> is null & null functions are not working when data fetching from sub query
> --------------------------------------------------------------------------
>
>                 Key: CARBONDATA-359
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-359
>             Project: CarbonData
>          Issue Type: Bug
>          Components: data-query
>    Affects Versions: 0.2.0-incubating
>            Reporter: Krishna Reddy
>             Fix For: 0.2.0-incubating
>
>
> Is null & Not null functions are not working when data fetching from sub query.
>         select * from (select if( Latest_areaId=3,1,Latest_areaId) test from Carbon_automation) qq where test is  null;
>         select * from (select if( Latest_areaId=3,1,Latest_areaId) test from Carbon_automation) qq where test is  not null;



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