Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 71B79200D37 for ; Thu, 9 Nov 2017 18:41:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 702C7160BEF; Thu, 9 Nov 2017 17:41:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AD6541609C8 for ; Thu, 9 Nov 2017 18:41:01 +0100 (CET) Received: (qmail 4096 invoked by uid 500); 9 Nov 2017 17:41:00 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 4087 invoked by uid 99); 9 Nov 2017 17:41:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2017 17:41:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CA56ADFBEC; Thu, 9 Nov 2017 17:41:00 +0000 (UTC) From: jackylk To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1480: [CARBONDATA-1693] Change SegmentStatus from S... Content-Type: text/plain Date: Thu, 9 Nov 2017 17:41:00 +0000 (UTC) archived-at: Thu, 09 Nov 2017 17:41:02 -0000 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 Date: 2017-11-09T17:34:58Z add SegmentStatus enum ---- ---