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/11 01:43:15 UTC

[2/2] incubator-carbondata git commit: [CARBONDATA-748] use binary search improve filter on dimension has no inverted index This closes #638

[CARBONDATA-748] use binary search improve filter on dimension has no inverted index This closes #638


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

Branch: refs/heads/master
Commit: 22eccf7c694550a9ff478d8b1d3b4a8ddfbef8a2
Parents: 6713ffa bedaa59
Author: ravipesala <ra...@gmail.com>
Authored: Sat Mar 11 07:12:52 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Sat Mar 11 07:12:52 2017 +0530

----------------------------------------------------------------------
 .../executer/IncludeFilterExecuterImpl.java     |  47 ++-
 .../apache/carbondata/core/util/CarbonUtil.java |  94 ++++++
 .../executer/IncludeFilterExecuterImplTest.java | 299 +++++++++++++++++++
 .../carbondata/core/util/CarbonUtilTest.java    | 180 +++++++++++
 4 files changed, 596 insertions(+), 24 deletions(-)
----------------------------------------------------------------------