You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2013/08/16 05:53:56 UTC

[jira] [Updated] (HIVE-5108) Join on Tez fails in certain cases

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

Gunther Hagleitner updated HIVE-5108:
-------------------------------------

    Description: 
select * from (select c from foo group by c) f1 join (select c from foo group by c) f2 on (f1.c = f2.c)

fails with NPE on the cluster.

NO PRECOMMIT TESTS (this is wip for the tez branch)


  was:
select * from (select c from foo group by c) f1 join (select c from foo group by c) f2 on (f1.c = f2.c)

fails with NPE on the cluster.

    
> Join on Tez fails in certain cases
> ----------------------------------
>
>                 Key: HIVE-5108
>                 URL: https://issues.apache.org/jira/browse/HIVE-5108
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>             Fix For: tez-branch
>
>
> select * from (select c from foo group by c) f1 join (select c from foo group by c) f2 on (f1.c = f2.c)
> fails with NPE on the cluster.
> NO PRECOMMIT TESTS (this is wip for the tez branch)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira