You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2017/08/29 12:53:00 UTC

[jira] [Assigned] (HIVE-14951) ArrayIndexOutOfBoundsException in GroupByOperator

     [ https://issues.apache.org/jira/browse/HIVE-14951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltan Haindrich reassigned HIVE-14951:
---------------------------------------

    Assignee: Zoltan Haindrich

> ArrayIndexOutOfBoundsException in GroupByOperator
> -------------------------------------------------
>
>                 Key: HIVE-14951
>                 URL: https://issues.apache.org/jira/browse/HIVE-14951
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Zhiyuan Yang
>            Assignee: Zoltan Haindrich
>
> Engine: 
> Tez
> Query:
> select * from (select distinct a from f16) as f16, (select distinct a from f1) as fprime where f16.a = fprime.a;
> Table: 
> create table f1 (a int, b string);
> create table f16 (a int, b string);
> Config:
> set hive.auto.convert.sortmerge.join=true;
> set hive.auto.convert.join=false;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)