Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Look up join is commonly used feature in Flink SQL. We have received many optimization requirements on look up join. For example:
1. Enforces left Suggestions left side of lookup join do a hash partitioner to raise cache hint ratio

...

We need to ensure the hint would not missed before it is finally used to enforce require the distribution on inputs of LookupJoin. 

...