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/03/23 04:25:09 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-803] Incorrect results returned by not equal to filter on dictionary column with numeric data type This closes #683

[CARBONDATA-803] Incorrect results returned by not equal to filter on dictionary column with numeric data type This closes #683


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

Branch: refs/heads/master
Commit: 9f38a3dde5ace4824f2ffc0789ea01488dfbfc16
Parents: c2a3e7d ae86464
Author: ravipesala <ra...@gmail.com>
Authored: Thu Mar 23 09:54:26 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Thu Mar 23 09:54:26 2017 +0530

----------------------------------------------------------------------
 .../test/resources/filter/notEqualToFilter.csv  |  3 +
 .../DateDataTypeDirectDictionaryTest.scala      | 15 +---
 ...TypeDirectDictionaryWithNoDictTestCase.scala |  2 +-
 .../apache/carbondata/spark/CarbonFilters.scala | 42 +++------
 .../execution/CarbonLateDecodeStrategy.scala    | 59 ++++---------
 .../carbondata/query/TestNotEqualToFilter.scala | 90 ++++++++++++++++++++
 6 files changed, 124 insertions(+), 87 deletions(-)
----------------------------------------------------------------------