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 B6BA3200BC3 for ; Fri, 4 Nov 2016 05:20:28 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B5306160B0B; Fri, 4 Nov 2016 04:20:28 +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 07C6D160AFF for ; Fri, 4 Nov 2016 05:20:27 +0100 (CET) Received: (qmail 6419 invoked by uid 500); 4 Nov 2016 04:20:26 -0000 Mailing-List: contact commits-help@carbondata.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.incubator.apache.org Delivered-To: mailing list commits@carbondata.incubator.apache.org Received: (qmail 6410 invoked by uid 99); 4 Nov 2016 04:20:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2016 04:20:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 695F8C0750 for ; Fri, 4 Nov 2016 04:20:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id S2bCtA_wW3k7 for ; Fri, 4 Nov 2016 04:20:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 4273E5FCA2 for ; Fri, 4 Nov 2016 04:20:25 +0000 (UTC) Received: (qmail 6389 invoked by uid 99); 4 Nov 2016 04:20:24 -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; Fri, 04 Nov 2016 04:20:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A84EFE0BB1; Fri, 4 Nov 2016 04:20:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chenliang613@apache.org To: commits@carbondata.incubator.apache.org Date: Fri, 04 Nov 2016 04:20:25 -0000 Message-Id: <88990d55b9784227a59ede8dc19d34ec@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-carbondata git commit: [CARBONDATA-351] Change thrift files' name to a unified form This closes #291 archived-at: Fri, 04 Nov 2016 04:20:28 -0000 [CARBONDATA-351] Change thrift files' name to a unified form This closes #291 Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/01e642fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/01e642fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/01e642fd Branch: refs/heads/master Commit: 01e642fd30e4926b6c5214313f8605124ea850d9 Parents: 2fa6536 9edce97 Author: chenliang613 Authored: Fri Nov 4 12:19:59 2016 +0800 Committer: chenliang613 Committed: Fri Nov 4 12:19:59 2016 +0800 ---------------------------------------------------------------------- format/src/main/thrift/carbondata_index.thrift | 45 ++++++++++++++++++++ format/src/main/thrift/carbondataindex.thrift | 45 -------------------- format/src/main/thrift/dictionary_meta.thrift | 32 -------------- .../src/main/thrift/dictionary_metadata.thrift | 32 ++++++++++++++ 4 files changed, 77 insertions(+), 77 deletions(-) ----------------------------------------------------------------------