GitHub user xubo245 reopened 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
commit bf42301283d67905eb7e3845040cf91ab5ba42c3
Author: xubo245 <601450868@...>
Date: 2018-01-26T12:45:04Z
fix error
commit 60f259f40594b7cc5e80166b58b31b3e9a602f17
Author: xubo245 <601450868@...>
Date: 2018-01-27T02:49:24Z
fix findbugs
commit b1fb16d6022faab7c873708459b94b0224b4a9bd
Author: xubo245 <601450868@...>
Date: 2018-01-27T03:43:53Z
drop table to fix CI test error
----
---