You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vikram Dixit K (JIRA)" <ji...@apache.org> on 2014/03/11 04:50:45 UTC

[jira] [Commented] (HIVE-6611) Joining multiple union all outputs fails on Tez

    [ https://issues.apache.org/jira/browse/HIVE-6611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13929916#comment-13929916 ] 

Vikram Dixit K commented on HIVE-6611:
--------------------------------------

LGTM +1.

> Joining multiple union all outputs fails on Tez
> -----------------------------------------------
>
>                 Key: HIVE-6611
>                 URL: https://issues.apache.org/jira/browse/HIVE-6611
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>            Priority: Critical
>         Attachments: HIVE-6611.1.patch
>
>
> Queries like:
> with u as (select * from src union all select * from src)
> select * from u join u;
> will fail on Tez because only one union flows into the join reduce phase.



--
This message was sent by Atlassian JIRA
(v6.2#6252)