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 B8AF0200CCC for ; Fri, 21 Jul 2017 10:57:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B72D516C78A; Fri, 21 Jul 2017 08:57:47 +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 31A2D16C777 for ; Fri, 21 Jul 2017 10:57:47 +0200 (CEST) Received: (qmail 30680 invoked by uid 500); 21 Jul 2017 08:57:46 -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 30671 invoked by uid 99); 21 Jul 2017 08:57:46 -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, 21 Jul 2017 08:57:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4EED4DFC25; Fri, 21 Jul 2017 08:57:46 +0000 (UTC) From: bhavya411 To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org Message-ID: Subject: [GitHub] carbondata pull request #1190: [CARBONDATA-1323] Presto Optimization for Int... Content-Type: text/plain Date: Fri, 21 Jul 2017 08:57:46 +0000 (UTC) archived-at: Fri, 21 Jul 2017 08:57:47 -0000 GitHub user bhavya411 opened a pull request: https://github.com/apache/carbondata/pull/1190 [CARBONDATA-1323] Presto Optimization for Integration Layer Changes done to increase the performance of Presto Integration - Removed Extra loops to save time on Object creation - Implemented Lazy Blocks so that data in block in not initialized in first go. - Implemented a new efficient dictionary decoder. Build is verified All test cases passing Manually verified the data You can merge this pull request into a Git repository by running: $ git pull https://github.com/bhavya411/incubator-carbondata CARBONDATA-1323 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/carbondata/pull/1190.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 #1190 ---- commit fc05a55a26b47edc5799f5ab042b83534b1475b0 Author: Bhavya Aggarwal Date: 2017-07-21T07:36:46Z Presto 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. ---