GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/2004
[CARBONDATA-2208]Pre aggregate datamap creation is failing when count(*)
present in query
Pre aggregate data map creation is failing with parsing error
create datamap agg9 on table maintable using 'preaggregate' as select name,
count from maintable group by name
your contribution quickly and easily:
- [ ] 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
master_26-02-2018
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2004.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 #2004
----
commit 7b51a59148b570093fe82f3a14217c1c24886509
Author: kumarvishal <kumarvishal.1802@...>
Date: 2018-02-27T10:31:06Z
Fixed count(*) query issue in pre aggregate
----
---