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

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


    from 9a79bbc  [SPARK-32610][DOCS] Fix the link to metrics.dropwizard.io in 
monitoring.md to refer the proper version
     add 8f0fef1  [SPARK-32399][SQL] Full outer shuffled hash join

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/unsafe/map/BytesToBytesMap.java   |  70 ++++++
 .../unsafe/map/AbstractBytesToBytesMapSuite.java   |  27 ++-
 .../spark/sql/catalyst/optimizer/joins.scala       |  27 ++-
 .../org/apache/spark/sql/internal/SQLConf.scala    |   5 +-
 .../spark/sql/execution/SparkStrategies.scala      |   6 +-
 .../spark/sql/execution/joins/HashJoin.scala       |   4 +-
 .../spark/sql/execution/joins/HashedRelation.scala | 175 ++++++++++++++-
 .../sql/execution/joins/ShuffledHashJoinExec.scala | 239 ++++++++++++++++++++-
 .../spark/sql/execution/joins/ShuffledJoin.scala   |  23 +-
 .../sql/execution/joins/SortMergeJoinExec.scala    |  20 --
 .../scala/org/apache/spark/sql/JoinSuite.scala     |  66 ++++++
 .../sql/execution/joins/HashedRelationSuite.scala  |  79 +++++++
 12 files changed, 693 insertions(+), 48 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to