This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 9dec677  [SPARK-32584][PYTHON][DOCS] Exclude _images and _sources that 
are generated by Sphinx in Jekyll build
     add c37357a  [SPARK-32573][SQL] Anti Join Improvement with 
EmptyHashedRelation and EmptyHashedRelationWithAllNullKeys

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/planning/patterns.scala     |  2 +-
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  3 +-
 .../adaptive/EliminateNullAwareAntiJoin.scala      | 41 +++++++++++++++++++++
 .../execution/joins/BroadcastHashJoinExec.scala    |  6 ++--
 .../spark/sql/execution/joins/HashJoin.scala       | 42 +++++++++++++++-------
 .../spark/sql/execution/joins/HashedRelation.scala | 12 ++++++-
 .../sql/execution/joins/ShuffledHashJoinExec.scala |  4 +--
 .../adaptive/AdaptiveQueryExecSuite.scala          | 22 +++++++++++-
 .../sql/execution/joins/HashedRelationSuite.scala  | 12 +++++++
 9 files changed, 124 insertions(+), 20 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateNullAwareAntiJoin.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to