Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix parseJoinCondition & getQualifiedAliases (thanks, Harish)

...

Hive enforces the predicate pushdown rules by these methods in the SemanticAnalyzer and JoinPPD classes:

Rule 1: During QBJoinTree construction in Plan Gen, the parse Join Condition parseJoinCondition() logic applies this rule.
Rule 2: During JoinPPD (Join Predicate PushdownPushDown) the get Qualified Alias getQualifiedAliases() logic applies this rule.

Examples

...