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 E6E3D200D64 for ; Tue, 26 Dec 2017 13:39:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E56AF160C10; Tue, 26 Dec 2017 12:39:46 +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 2C4A9160C00 for ; Tue, 26 Dec 2017 13:39:46 +0100 (CET) Received: (qmail 40163 invoked by uid 500); 26 Dec 2017 12:39:45 -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 40154 invoked by uid 99); 26 Dec 2017 12:39:45 -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; Tue, 26 Dec 2017 12:39:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47918DFCFA; Tue, 26 Dec 2017 12:39:45 +0000 (UTC) From: xubo245 To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1714: [CARBONDATA-1932] Add version for CarbonData Content-Type: text/plain Message-Id: <20171226123945.47918DFCFA@git1-us-west.apache.org> Date: Tue, 26 Dec 2017 12:39:45 +0000 (UTC) archived-at: Tue, 26 Dec 2017 12:39:47 -0000 Github user xubo245 commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1714#discussion_r158701971 --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java --- @@ -1108,6 +1114,11 @@ */ public static final String CARBON_DATA_FILE_DEFAULT_VERSION = "V3"; + /** + * current CarbonData version + */ + public static final String CARBONDATA_DEFAULT_VERSION = "1.3.0-SNAPSHOT"; --- End diff -- Ok, I will try. Thank you. ---