[
https://issues.apache.org/jira/browse/CARBONDATA-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15643048#comment-15643048 ]
ASF GitHub Bot commented on CARBONDATA-359:
-------------------------------------------
GitHub user ravipesala opened a pull request:
https://github.com/apache/incubator-carbondata/pull/300 [CARBONDATA-359]is null & not null functions are not working when data fetching from sub query
https://issues.apache.org/jira/browse/CARBONDATA-359You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/ravipesala/incubator-carbondata null_notnull_bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/300.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #300
----
commit c659e01ab43b259fa7625a81a67f3e080b386516
Author: ravipesala <
[hidden email]>
Date: 2016-11-07T04:11:10Z
Fixed null and not null in sub queries
----
> 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)