You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2017/05/04 06:15:08 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-1009] Added check for null value in expression result. This closes #873

[CARBONDATA-1009] Added check for null value in expression result. This closes #873


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/ccd8175f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/ccd8175f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/ccd8175f

Branch: refs/heads/master
Commit: ccd8175f868f6ce2b854f9d74614f51a8c035c82
Parents: 35a2869 58751fd
Author: ravipesala <ra...@gmail.com>
Authored: Thu May 4 11:44:21 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Thu May 4 11:44:21 2017 +0530

----------------------------------------------------------------------
 .../expression/conditional/InExpression.java    |  14 +-
 .../expression/conditional/NotInExpression.java |  12 +-
 .../src/test/resources/filter/datawithnull.csv  |   3 +
 .../test/resources/filter/datawithoutnull.csv   |   3 +
 .../ExpressionWithNullTestCase.scala            | 150 +++++++++++++++++++
 5 files changed, 180 insertions(+), 2 deletions(-)
----------------------------------------------------------------------