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 B5BF3200C92 for ; Mon, 12 Jun 2017 14:44:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B43D3160BD9; Mon, 12 Jun 2017 12:44:54 +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 2A203160BD6 for ; Mon, 12 Jun 2017 14:44:54 +0200 (CEST) Received: (qmail 65388 invoked by uid 500); 12 Jun 2017 12:44:53 -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 65379 invoked by uid 99); 12 Jun 2017 12:44:53 -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; Mon, 12 Jun 2017 12:44:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E8DC1DFF15; Mon, 12 Jun 2017 12:44:52 +0000 (UTC) From: chenliang613 To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1021: [CARBONDATA-1158] Hive integration code optim... Content-Type: text/plain Date: Mon, 12 Jun 2017 12:44:52 +0000 (UTC) archived-at: Mon, 12 Jun 2017 12:44:54 -0000 GitHub user chenliang613 opened a pull request: https://github.com/apache/carbondata/pull/1021 [CARBONDATA-1158] Hive integration code optimization Hive integration code optimization: 1. Remove redundant and unused code. 2. Optimize some code: a) Convert some internal functions from public to private. b) Fix some code which may generate error. c) Change code as per java code style. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chenliang613/carbondata hive_optimization Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1021.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 #1021 ---- commit 8aaae11056bc8d26fa2f3da3beab7ce264bc091b Author: chenliang613 Date: 2017-06-12T12:39:19Z [CARBONDATA-1158] Hive integration code optimization ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---