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 E58B31144D for ; Thu, 18 Sep 2014 00:35:34 +0000 (UTC) Received: (qmail 98452 invoked by uid 500); 18 Sep 2014 00:35:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 98371 invoked by uid 500); 18 Sep 2014 00:35: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 98212 invoked by uid 500); 18 Sep 2014 00:35:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 98209 invoked by uid 99); 18 Sep 2014 00:35:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 00:35:34 +0000 Date: Thu, 18 Sep 2014 00:35:34 +0000 (UTC) From: "Matt McCline (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Matt McCline created HIVE-8171: ---------------------------------- Summary: 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 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)