GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1752
[CARBONDATA-1972] Fix compaction after update of partition table.
When updation happens on whole data then all old segments needs to be
marked as delete. But it is not happening in case of partition table. This PR
fixes it.
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?
NO
- [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
compaction-fail-after-update-partition-table
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1752.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 #1752
----
commit aed803fd202f6dfb9598cddf61aa3836f9171213
Author: ravipesala <ravi.pesala@...>
Date: 2018-01-03T03:46:36Z
Fix compaction after update of partition table.
----
---