You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Kunal Kapoor (JIRA)" <ji...@apache.org> on 2017/12/04 05:35:00 UTC

[jira] [Resolved] (CARBONDATA-1064) Fix NullPointerException in Not InExpression

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

Kunal Kapoor resolved CARBONDATA-1064.
--------------------------------------
    Resolution: Fixed

> Fix NullPointerException in Not InExpression
> --------------------------------------------
>
>                 Key: CARBONDATA-1064
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1064
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Kunal Kapoor
>            Assignee: Kunal Kapoor
>            Priority: Minor
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> select * from expression_test where id not in (1,2,'', NULL, ' ')
> In the above query Right expression value is null in NotInExpression which cased throws NullPointerException



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)