Skip to content
Snippets Groups Projects
Commit 7131b03b authored by Davies Liu's avatar Davies Liu Committed by Davies Liu
Browse files

[SPARK-14853] [SQL] Support LeftSemi/LeftAnti in SortMergeJoinExec

## What changes were proposed in this pull request?

This PR update SortMergeJoinExec to support LeftSemi/LeftAnti, so it could support all the join types, same as other three join implementations: BroadcastHashJoinExec, ShuffledHashJoinExec,and BroadcastNestedLoopJoinExec.

This PR also simplify the join selection in SparkStrategy.

## How was this patch tested?

Added new tests.

Author: Davies Liu <davies@databricks.com>

Closes #12668 from davies/smj_semi.
parent 89f082de
No related branches found
No related tags found
No related merge requests found
Showing
with 194 additions and 175 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment