[Hive] null pointer exception on a join
---------------------------------------
Key: HADOOP-4146
URL: https://issues.apache.org/jira/browse/HADOOP-4146
Project: Hadoop Core
Issue Type: Bug
Components: contrib/hive
Reporter: Namit Jain
Assignee: Namit Jain
create table xx(aa int);
select a.* from xx a join xx b on a.aa = b.aa;
gets a nullpointer exception in join operator. close()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.