GitHub user kunal642 opened a pull request:
https://github.com/apache/carbondata/pull/1443
[CARBONDATA-1524[CARBONDATA-1525] Added support for aggregate table drop
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [X] Make sure the PR title is formatted like:
`[CARBONDATA-<Jira issue #>] Description of pull request`
- [X] Make sure to add PR description including
- the root cause/problem statement
- What is the implemented solution
- [X] Any interfaces changed?
Metastore interface is changed to support child table drop
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
Test cases are added for child and parent table drop scenarios.
- [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/kunal642/carbondata drop_agg_support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1443.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 #1443
----
commit 4400f65d3ad588230a84ca67bb96c6675d60ef02
Author: kunal642 <[email protected]>
Date: 2017-10-18T14:39:04Z
added support for aggregate table drop
----
---