GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/1844
[CARBONDATA-2061] Check for only valid IN_PROGRESS segments
While checking for IN_PROGRESS segments of a table during other operations,
we should check only for valid IN_PROGRESS segments. Some segments may be
invalid like cancelled and may still in IN_PROGRESS state,those segments should
be considered as stale segments.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
Manual Testing
- [ ] 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/dhatchayani/incubator-carbondata
cleanInProgress
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1844.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 #1844
----
commit 346f4b931666263feee2d8751df70edb0f4e81c3
Author: dhatchayani <dhatcha.official@...>
Date: 2018-01-22T09:12:07Z
[CARBONDATA-2061] Check for only valid IN_PROGRESS segments
----
---