GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/1626
[CARBONDATA-1519][PreAgg-Timeseries] Support Query and Load on timeseries
table
Support Loading and query on time series pre aggregate table
- [ ] Any interfaces changed?
No
- [ ] Any backward compatibility impacted?
No
- [ ] Document update required?
No
- [ ] Testing done
Added UT test cases for timeseries table selection and data loading on
timeseries table + validation timeseries table data
- [ ] 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
Branch_master_Timeseries_5-12_Query
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1626.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 #1626
----
commit 31ff61fb36336d3cbbf518cde6716894eed17638
Author: kumarvishal <[email protected]>
Date: 2017-12-05T10:30:48Z
added support for time series create table
commit 9e72145b862553ad34ddced5bfe1282e23561fdd
Author: kumarvishal <[email protected]>
Date: 2017-12-05T15:26:58Z
Added support for timeseries query
----
---