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
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.