Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io 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 C1ACF1665DD for ; Tue, 25 Jul 2017 11:40:30 +0200 (CEST) Received: (qmail 74363 invoked by uid 500); 25 Jul 2017 09:40:30 -0000 Mailing-List: contact dev-help@orc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@orc.apache.org Delivered-To: mailing list dev@orc.apache.org Received: (qmail 74352 invoked by uid 99); 25 Jul 2017 09:40:29 -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, 25 Jul 2017 09:40:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5057E0A38; Tue, 25 Jul 2017 09:40:28 +0000 (UTC) From: prasanthj To: dev@orc.apache.org Reply-To: dev@orc.apache.org Message-ID: Subject: [GitHub] orc pull request #139: ORC-216: VectorRowBatch creation from TypeDescription... Content-Type: text/plain Date: Tue, 25 Jul 2017 09:40:28 +0000 (UTC) GitHub user prasanthj opened a pull request: https://github.com/apache/orc/pull/139 ORC-216: VectorRowBatch creation from TypeDescription invalidates batch size TypeDescription.createRowBatch() always resets the size to 0. https://github.com/apache/orc/blob/1ef78bbfc7e834deca973ee8f9517c8575737fcf/java/core/src/java/org/apache/orc/TypeDescription.java#L669-L680 You can merge this pull request into a Git repository by running: $ git pull https://github.com/prasanthj/orc ORC-216 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/orc/pull/139.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 #139 ---- commit b153381b657288f7ad6df834128ec6d3baf4af83 Author: Prasanth Jayachandran Date: 2017-07-25T09:35:50Z ORC-216: VectorRowBatch creation from TypeDescription invalidates batch size ---- --- 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. ---