Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-8
Description
The documentation incorrectly states:
"During performance tuning, you can override the reordering of join clauses that Impala does internally by including the keyword STRAIGHT_JOIN immediately after the SELECT keyword"
In Impala the "straight_join" hint (and other select-list hints) must come after the DISTINCT keyword.