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

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


    from 67b4329  [SPARK-28690][SQL] Add `date_part` function for 
timestamps/dates
     add b2f0660  [SPARK-29002][SQL] Avoid changing SMJ to BHJ if the build 
side has a high ratio of empty partitions

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/plans/logical/hints.scala   |  8 +++
 .../org/apache/spark/sql/internal/SQLConf.scala    | 12 +++++
 .../spark/sql/execution/SparkStrategies.scala      |  4 +-
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  4 +-
 .../adaptive/DemoteBroadcastHashJoin.scala         | 60 ++++++++++++++++++++++
 .../adaptive/AdaptiveQueryExecSuite.scala          | 29 ++++++++++-
 6 files changed, 114 insertions(+), 3 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/DemoteBroadcastHashJoin.scala


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

Reply via email to