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 3C516200BE8 for ; Fri, 9 Dec 2016 01:37:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3AE4F160B27; Fri, 9 Dec 2016 00:37:05 +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 7ACD9160B1F for ; Fri, 9 Dec 2016 01:37:04 +0100 (CET) Received: (qmail 34479 invoked by uid 500); 9 Dec 2016 00:36:58 -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 34439 invoked by uid 99); 9 Dec 2016 00:36:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2016 00:36:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 60E1F2C0057 for ; Fri, 9 Dec 2016 00:36:58 +0000 (UTC) Date: Fri, 9 Dec 2016 00:36:58 +0000 (UTC) From: "Owen O'Malley (JIRA)" To: dev@orc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ORC-118) fix Java findColumn from getting null pointers when columns aren't mapped MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 09 Dec 2016 00:37:05 -0000 Owen O'Malley created ORC-118: --------------------------------- Summary: fix Java findColumn from getting null pointers when columns aren't mapped Key: ORC-118 URL: https://issues.apache.org/jira/browse/ORC-118 Project: Orc Issue Type: Bug Reporter: Owen O'Malley Assignee: Owen O'Malley Fix For: 1.2.3, 1.3.0 I missed part of the HIVE-15124 patch that protects from doing findColumn on a column that doesn't have a corresponding file type. -- This message was sent by Atlassian JIRA (v6.3.4#6332)