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 43b23fd  [SPARK-33498][SQL][TESTS][FOLLOWUP] Remove 
SQLConf.withExistingConf in CastSuite
     add b5b1985  [SPARK-34620][SQL] Code-gen broadcast nested loop join 
(inner/cross)

No new revisions were added by this update.

Summary of changes:
 .../benchmarks/JoinBenchmark-jdk11-results.txt     |  71 ++++---
 sql/core/benchmarks/JoinBenchmark-results.txt      |  71 ++++---
 .../sql/execution/WholeStageCodegenExec.scala      |   3 +-
 .../joins/BroadcastNestedLoopJoinExec.scala        |  63 +++++-
 .../spark/sql/execution/joins/HashJoin.scala       |  71 +------
 .../sql/execution/joins/JoinCodegenSupport.scala   |  96 +++++++++
 .../approved-plans-v1_4/q28.sf100/explain.txt      |  92 ++++-----
 .../approved-plans-v1_4/q28.sf100/simplified.txt   | 119 +++++------
 .../approved-plans-v1_4/q28/explain.txt            |  92 ++++-----
 .../approved-plans-v1_4/q28/simplified.txt         | 119 +++++------
 .../approved-plans-v1_4/q61.sf100/explain.txt      |  34 ++--
 .../approved-plans-v1_4/q61.sf100/simplified.txt   | 127 ++++++------
 .../approved-plans-v1_4/q61/explain.txt            |  38 ++--
 .../approved-plans-v1_4/q61/simplified.txt         | 127 ++++++------
 .../approved-plans-v1_4/q77.sf100/explain.txt      |  66 +++---
 .../approved-plans-v1_4/q77.sf100/simplified.txt   |  51 +++--
 .../approved-plans-v1_4/q77/explain.txt            |  56 ++---
 .../approved-plans-v1_4/q77/simplified.txt         |  47 +++--
 .../approved-plans-v1_4/q88.sf100/explain.txt      | 226 ++++++++++-----------
 .../approved-plans-v1_4/q88.sf100/simplified.txt   | 201 +++++++++---------
 .../approved-plans-v1_4/q88/explain.txt            | 226 ++++++++++-----------
 .../approved-plans-v1_4/q88/simplified.txt         | 201 +++++++++---------
 .../approved-plans-v1_4/q90.sf100/explain.txt      |  38 ++--
 .../approved-plans-v1_4/q90.sf100/simplified.txt   |  81 ++++----
 .../approved-plans-v1_4/q90/explain.txt            |  38 ++--
 .../approved-plans-v1_4/q90/simplified.txt         |  81 ++++----
 .../approved-plans-v2_7/q22.sf100/explain.txt      |  16 +-
 .../approved-plans-v2_7/q22.sf100/simplified.txt   |  75 ++++---
 .../approved-plans-v2_7/q22/explain.txt            |  24 +--
 .../approved-plans-v2_7/q22/simplified.txt         |  57 +++---
 .../approved-plans-v2_7/q77a.sf100/explain.txt     |  80 ++++----
 .../approved-plans-v2_7/q77a.sf100/simplified.txt  |  63 +++---
 .../approved-plans-v2_7/q77a/explain.txt           |  70 +++----
 .../approved-plans-v2_7/q77a/simplified.txt        |  59 +++---
 .../sql/execution/WholeStageCodegenSuite.scala     |  42 +++-
 .../sql/execution/benchmark/JoinBenchmark.scala    |  14 ++
 36 files changed, 1557 insertions(+), 1378 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/JoinCodegenSupport.scala


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

Reply via email to