[GitHub] incubator-carbondata pull request #70: [CARBONDATA-154] Fix the bug of block...

2016-08-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/70 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fe

[GitHub] incubator-carbondata pull request #70: [CARBONDATA-154] Fix the bug of block...

2016-08-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/70#discussion_r74554655 --- Diff: core/src/main/java/org/carbondata/scan/filter/FilterUtil.java --- @@ -766,7 +753,7 @@ public static void getStartKeyForNoDictionaryDi

[GitHub] incubator-carbondata pull request #70: [CARBONDATA-154] Fix the bug of block...

2016-08-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/70#discussion_r74554574 --- Diff: core/src/main/java/org/carbondata/scan/filter/FilterUtil.java --- @@ -711,7 +698,7 @@ public static DimColumnFilterInfo getFilterLis

[GitHub] incubator-carbondata pull request #70: [CARBONDATA-154] Fix the bug of block...

2016-08-12 Thread ravipesala
Github user ravipesala commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/70#discussion_r74554497 --- Diff: core/src/main/java/org/carbondata/scan/filter/FilterUtil.java --- @@ -669,27 +669,14 @@ public static DimColumnFilterInfo getFilterL

[GitHub] incubator-carbondata pull request #70: [CARBONDATA-154] Fix the bug of block...

2016-08-09 Thread Zhangshunyu
GitHub user Zhangshunyu opened a pull request: https://github.com/apache/incubator-carbondata/pull/70 [CARBONDATA-154] Fix the bug of block prune that query result is wrong. ## Why raise this pr: During block prune, endkey is always only decided by the last filter expressio