GitHub user xubo245 opened a pull request:
https://github.com/apache/carbondata/pull/1865
[CARBONDATA-2088][CARBONDATA-1516] It better using 'timeseries_cube'
instead of preaggregate for timeseries pre-aggregate table
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
change using 'timeseries_cube' instead of using preaggregat
change timeseries.eventTime and timeseries.hierarchy
- [ ] Any backward compatibility impacted?
NA
- [ ] Document update required?
NA
- [ ] Testing done
Add new test case
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xubo245/carbondata usingTimeseries
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1865.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 #1865
----
commit 707be22b2a084e24e2d56d2bd85bd09b2d9ff5d5
Author: xubo245 <601450868@...>
Date: 2018-01-26T09:47:46Z
[CARBONDATA-2088][CARBONDATA-1516] It better using 'timeseries_cube'
instead of preaggregate got timeseries pre-aggregate table
----
---