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 74218200D1B for ; Thu, 12 Oct 2017 08:44:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7292E1609E8; Thu, 12 Oct 2017 06:44:25 +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 B0E911609CD for ; Thu, 12 Oct 2017 08:44:24 +0200 (CEST) Received: (qmail 39939 invoked by uid 500); 12 Oct 2017 06:44:23 -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 39930 invoked by uid 99); 12 Oct 2017 06:44:23 -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, 12 Oct 2017 06:44:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC8FFDFCB5; Thu, 12 Oct 2017 06:44:23 +0000 (UTC) From: jackylk To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1402: [CARBONDATA-1539] Change data type from enum ... Content-Type: text/plain Message-Id: <20171012064423.BC8FFDFCB5@git1-us-west.apache.org> Date: Thu, 12 Oct 2017 06:44:23 +0000 (UTC) archived-at: Thu, 12 Oct 2017 06:44:25 -0000 Github user jackylk commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1402#discussion_r144205594 --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java --- @@ -18,7 +18,13 @@ package org.apache.carbondata.core.metadata.schema.table; import java.io.Serializable; -import java.util.*; +import java.util.ArrayList; --- End diff -- ok ---