[ https://issues.apache.org/jira/browse/HIVE-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Namit Jain updated HIVE-1038: ----------------------------- Attachment: hive.1038.1.patch > mapjoin dies if the join prunes all the columns > ------------------------------------------------ > > Key: HIVE-1038 > URL: https://issues.apache.org/jira/browse/HIVE-1038 > Project: Hadoop Hive > Issue Type: Bug > Components: Query Processor > Reporter: Namit Jain > Assignee: Namit Jain > Priority: Blocker > Fix For: 0.5.0 > > Attachments: hive.1038.1.patch > > > The query: > select /*+ mapjoin(a) */ count(1) from src a join src b on a.key = b.key > dies. > It is a blocker for 0.5 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.