GitHub user sounakr opened a pull request:
https://github.com/apache/carbondata/pull/1124
Measure Filter implementation For Branch 1.1
Problem : Measure filter evaluation goes through RowLevelEvaluation. But
after implementation of Min and Max for measures in block level, include
exclude, greater than less than filter evaluators can do block prunning and can
handle evaluation.
Solution: Push measure evaluation to Include, exclude, greter than less
than evaluators.
Commits:
Measure Implementation for Include and Exclude Filter
RowLevel Measure Implementation
RowLevel Less LessThan Greater GreaterThan Implementation for measure
Rectify Datatype Conversion Measure
Restructure Changes for Measure
Rebase to Branch-1.1
Handling DataType Comparision and Rebase Error Rectify
Review Comments Implementation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sounakr/incubator-carbondata
measure_branch-1.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1124.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1124
----
commit e78a34473499b2c421accb99f23d5257dafff517
Author: sounakr <[email protected]>
Date: 2017-06-20T17:22:36Z
Measure Filter implementation
Measure Implementation for Include and Exclude Filter
RowLevel Measure Implementation
RowLevel Less LessThan Greater GreaterThan Implementation for measure
Rectify Datatype Conversion Measure
Restructure Changes for Measure
Rebase to Branch-1.1
Handling DataType Comparision and Rebase Error Rectify
Review Comments Implementation
----
---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---