GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1674
[CARBONDATA-1859][CARBONDATA-1861] Support show and drop partitions
This PR depends on https://github.com/apache/carbondata/pull/1642 and
https://github.com/apache/carbondata/pull/1654 and
https://github.com/apache/carbondata/pull/1672
It supports show and drop partitions.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed?
- [X] Any backward compatibility impacted?
NO
- [X] Document update required?
Yes
- [X] Testing done
Tests added
- [ ] 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/ravipesala/incubator-carbondata drop-partition
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1674.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 #1674
----
commit 6b49e6c4d9e5a960a657097487e94a83012fe491
Author: ravipesala <[email protected]>
Date: 2017-12-04T10:37:03Z
Added outputformat for carbon
commit d8a88314b0a19b8e30a3b1ad1a3540f7f0964c7c
Author: ravipesala <[email protected]>
Date: 2017-12-12T06:12:45Z
Added fileformat in carbon
commit 67c4f83c5b62f03dffb2fe8a8aa53923a889d411
Author: ravipesala <[email protected]>
Date: 2017-12-15T19:18:19Z
Added support to query using standard partitions
commit a127ece350c1a9b1a1c7755cb51e4e1f9342cac3
Author: ravipesala <[email protected]>
Date: 2017-12-16T17:08:00Z
Added drop partition feature
----
---