-
- Downloads
[SPARK-14950][SQL] Fix BroadcastHashJoin's unique key Anti-Joins
### What changes were proposed in this pull request? Anti-Joins using BroadcastHashJoin's unique key code path are broken; it currently returns Semi Join results . This PR fixes this bug. ### How was this patch tested? Added tests cases to `ExistenceJoinSuite`. cc davies gatorsmile Author: Herman van Hovell <hvanhovell@questtec.nl> Closes #12730 from hvanhovell/SPARK-14950.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoinExec.scala 13 additions, 4 deletions...che/spark/sql/execution/joins/BroadcastHashJoinExec.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/joins/ExistenceJoinSuite.scala 54 additions, 10 deletions...apache/spark/sql/execution/joins/ExistenceJoinSuite.scala
Loading
Please register or sign in to comment