MapJoin throws EOFExeption when the mapjoined table has 0 column selected
-------------------------------------------------------------------------

                 Key: HIVE-1670
                 URL: https://issues.apache.org/jira/browse/HIVE-1670
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Ning Zhang
            Assignee: Ning Zhang


select /*+mapjoin(b) */ sum(a.key) from src a join src b on (a.key=b.key); 
throws EOFException

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to