-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: tez-branch
-
Component/s: None
-
Labels:None
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)
- blocks
-
HIVE-4660 Let there be Tez
-
- Resolved
-