GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1480
[CARBONDATA-1693] Change SegmentStatus from String to enum
Currently Segment status definition is scatter in multiple class, this PR
unified them into a Enum class.
- [X] Any interfaces changed?
SegmentStatus enum is added
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
No new testcase added
- [X] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata segment_enum
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1480.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 #1480
----
commit 81e5e6d5bbb625b4f9528ff56a7206b215f71566
Author: Jacky Li <[email protected]>
Date: 2017-11-09T17:34:58Z
add SegmentStatus enum
----
---