[ https://issues.apache.org/jira/browse/HIVE-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971175#action_12971175 ]
Namit Jain commented on HIVE-1848: ---------------------------------- +1 > bug in MAPJOIN > -------------- > > Key: HIVE-1848 > URL: https://issues.apache.org/jira/browse/HIVE-1848 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Namit Jain > Assignee: He Yongqiang > Attachments: hive-1848.1.patch > > > explain > FROM srcpart c > JOIN srcpart d > ON ( c.key=d.key AND c.ds='2008-04-08' AND d.ds='2008-04-08') > SELECT /*+ MAPJOIN(d) */ DISTINCT c.campaign_id; > The above query throws an error: > FAILED: Error in semantic analysis: line 0:-1 Invalid Function TOK_MAPJOIN -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.