Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.2.2
-
None
-
None
Description
Join hint is dropped when it's inside a view. However, if we don't drop it, then Hive can't run the view because Hive doesn't understand Impala's join hint.
A better way is to embed join hint in a comment, such as:
...A join /* +shuffle */ B...