Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22B6017BEE for ; Thu, 25 Sep 2014 16:42:35 +0000 (UTC) Received: (qmail 14458 invoked by uid 500); 25 Sep 2014 16:42:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 14368 invoked by uid 500); 25 Sep 2014 16:42:34 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 14353 invoked by uid 500); 25 Sep 2014 16:42:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 14350 invoked by uid 99); 25 Sep 2014 16:42:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 16:42:34 +0000 Date: Thu, 25 Sep 2014 16:42:34 +0000 (UTC) From: "Matt McCline (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8171) Tez and Vectorized Reduce doesn't create scratch columns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-8171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-8171: ------------------------------- Status: In Progress (was: Patch Available) > Tez and Vectorized Reduce doesn't create scratch columns > -------------------------------------------------------- > > Key: HIVE-8171 > URL: https://issues.apache.org/jira/browse/HIVE-8171 > Project: Hive > Issue Type: Bug > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Attachments: HIVE-8171.01.patch, HIVE-8171.02.patch, HIVE-8171.03.patch > > > This query fails with ArrayIndexOutofBound exception in the reducer. > {code} > create table varchar_3 ( > field varchar(25) > ) stored as orc; > insert into table varchar_3 select cint from alltypesorc limit 10; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)