GitHub user kunal642 opened a pull request:
https://github.com/apache/carbondata/pull/1446
[CARBONDATA-1520] [PreAgg] Support pre-aggregate table load
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [ ] Make sure the PR title is formatted like:
`[CARBONDATA-<Jira issue #>] Description of pull request`
- [ ] Make sure to add PR description including
- the root cause/problem statement
- What is the implemented solution
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [ ] 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/kunal642/carbondata preagg_load
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1446.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 #1446
----
commit 334aa1ccd696c05b7f84386186e3c111183da807
Author: kumarvishal <[email protected]>
Date: 2017-10-21T11:01:15Z
[CARBONDATA-1609] Thrift Changes to support Pre-aggregate
This closes #1425
commit 33d11997abe1250b55c7e23e632ea44d31636956
Author: kumarvishal <[email protected]>
Date: 2017-10-15T12:35:55Z
[CARBONDATA-1517]- Pre Aggregate Create Table Support
Support CTAS in carbon and support creating aggregation tables using CTAS
and update aggregation table information to main table schema.
This closes #1433
commit b5f98af46921356ca02eefc9e5ba1888f656883d
Author: kunal642 <[email protected]>
Date: 2017-10-18T14:39:04Z
added support for aggregate table drop
commit cc61b67f0f88196eb7cd6eba4c502a84a59065be
Author: kunal642 <[email protected]>
Date: 2017-10-26T11:39:54Z
added support to load data into pre-aggregate table
----
---