GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/1894 [CARBONDATA-2107]Fixed query failure in case if average case
Average query is failing when data map has sum(column), average(column)
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Added UT
- [ ] 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 Average_Fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1894.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1894
----
commit d81e03bbf66b65ec672a2472982f2950300a9fbd
Author: kumarvishal <kumarvishal.1802@...>
Date: 2018-01-31T12:14:55Z
Fixed query failure in case if average case
----
---