GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/1728
[CARBONDATA-1926] Expression support inside aggregate function for Query
PR to support transforming of query plan for aggregate table when query
aggregate function contains any expression
- [ ] Any interfaces changed?
NA
- [ ] Any backward compatibility impacted?
NA
- [ ] Document update required?
NA
- [ ] Testing done
Added UT to validate pre aggregate table selection and Data validation
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kumarvishal09/incubator-carbondata
ExpressionSupportInQuery
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1728.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 #1728
----
commit 361790641779d881e21f54d7c0f78c19fcf3490e
Author: kumarvishal <kumarvishal.1802@...>
Date: 2017-12-20T10:16:02Z
Added code to support expression inside aggregate function
commit 3344f0fd3dd5cca31e26d2f1909fce600e8dd8e8
Author: kumarvishal <kumarvishal.1802@...>
Date: 2017-12-25T09:34:39Z
Added code to support expression inside aggregateExpression in query
----
---