You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/08/19 06:54:49 UTC

[spark] branch master updated (e15ae60 -> 3092527)

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 e15ae60  [SPARK-32550][SQL] Make SpecificInternalRow constructors faster by using while loops instead of maps
     add 3092527  [SPARK-32651][CORE] Decommission switch configuration should have the highest hierarchy

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/ExecutorAllocationManager.scala  |  4 ++--
 .../main/scala/org/apache/spark/deploy/worker/Worker.scala  |  4 ++--
 .../scala/org/apache/spark/internal/config/Worker.scala     |  6 ------
 .../scala/org/apache/spark/internal/config/package.scala    | 13 +++++++++++++
 .../org/apache/spark/ExecutorAllocationManagerSuite.scala   |  4 ++--
 .../org/apache/spark/deploy/DecommissionWorkerSuite.scala   |  2 +-
 .../org/apache/spark/deploy/client/AppClientSuite.scala     |  2 +-
 .../spark/scheduler/WorkerDecommissionExtendedSuite.scala   |  5 ++---
 .../apache/spark/scheduler/WorkerDecommissionSuite.scala    |  2 +-
 .../storage/BlockManagerDecommissionIntegrationSuite.scala  |  2 +-
 .../scala/org/apache/spark/deploy/k8s/KubernetesConf.scala  |  2 +-
 .../streaming/scheduler/ExecutorAllocationManager.scala     |  4 ++--
 .../scheduler/ExecutorAllocationManagerSuite.scala          |  5 ++---
 13 files changed, 30 insertions(+), 25 deletions(-)


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