GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1706
[CARBONDATA-1863][PARTITION]Supported clean files for partition table
It clean all invalid data after drop partition from all the segments
through clean command
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed? NO
- [X] Any backward compatibility impacted? NO
- [X] Document update required? YES
- [X] Testing done
Tests added
- [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/ravipesala/incubator-carbondata
partition-clean
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1706.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 #1706
----
commit b7cdfc2862d578fe57cee146f3e5f70ef8bf968f
Author: ravipesala <ravi.pesala@...>
Date: 2017-12-21T04:53:27Z
Supported clean files for partition table
----
---