Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
A query like:
select count(1) from (select /*+ MAPJOIN */ from x join y ON ... ) subq;
does not work - since there is no mapping between the join operator and the corresponding source
Attachments
Attachments
Issue Links
- is related to
-
HIVE-1194 sorted merge join
- Closed