GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1757
[CARBONDATA-1977] Fix aggregation table loading after loading of partition
table.
Aggregate tables are not loading for the partition tables. Because the load
events are not fired during the partition table load.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed?
- [X] Any backward compatibility impacted?
- [X] Document update required?
- [X] Testing done
Tests added
- [X] 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/ravipesala/incubator-carbondata
aggregation-table-load-partition
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1757.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 #1757
----
commit 24d64b51777f9f2bdbbbc1ca35be326db9367114
Author: ravipesala <ravi.pesala@...>
Date: 2018-01-03T11:32:33Z
Fix aggregation table loading after loading of partition table.
----
---