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 14bb639 [SPARK-30938][ML][MLLIB] BinaryClassificationMetrics
optimization
add eba2076 [SPARK-30842][SQL] Adjust abstraction structure for join
operators
No new revisions were added by this update.
Summary of changes:
.../spark/sql/execution/joins/BaseJoinExec.scala | 56 ++++++++++++++++++++++
.../execution/joins/BroadcastHashJoinExec.scala | 4 +-
.../joins/BroadcastNestedLoopJoinExec.scala | 12 ++++-
.../sql/execution/joins/CartesianProductExec.scala | 21 ++++----
.../spark/sql/execution/joins/HashJoin.scala | 25 +---------
.../sql/execution/joins/ShuffledHashJoinExec.scala | 4 +-
.../sql/execution/joins/SortMergeJoinExec.scala | 19 +-------
7 files changed, 81 insertions(+), 60 deletions(-)
create mode 100644
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BaseJoinExec.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]