You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Matt McCline (JIRA)" <ji...@apache.org> on 2014/09/18 02:35:34 UTC

[jira] [Created] (HIVE-8171) Tez and Vectorized Reduce doesn't create scratch columns

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)