You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/08/28 12:27:09 UTC

[spark] branch master updated (5775073 -> c3b9404)

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

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


    from 5775073  [SPARK-32722][PYTHON][DOCS] Update document type conversion for Pandas UDFs (pyarrow 1.0.1, pandas 1.1.1, Python 3.7)
     add c3b9404  [SPARK-32717][SQL] Add a AQEOptimizer for AdaptiveSparkPlanExec

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/internal/SQLConf.scala    |  9 ++++
 .../sql/execution/adaptive/AQEOptimizer.scala      | 57 ++++++++++++++++++++++
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  8 +--
 .../adaptive/AdaptiveQueryExecSuite.scala          | 19 ++++++++
 4 files changed, 86 insertions(+), 7 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AQEOptimizer.scala


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