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 2021/08/12 07:27:51 UTC

[spark] branch master updated (2b66575 -> 9b96b70)

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 2b66575  [SPARK-36489][SQL] Aggregate functions over no grouping keys, on tables with a single bucket, return multiple rows
     add 9b96b70  [SPARK-36097][CORE] Grouping exception in core/scheduler

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/errors/SparkCoreErrors.scala  | 73 +++++++++++++++++++++-
 .../org/apache/spark/scheduler/DAGScheduler.scala  | 15 ++---
 .../apache/spark/scheduler/LiveListenerBus.scala   |  3 +-
 .../org/apache/spark/scheduler/TaskInfo.scala      |  3 +-
 .../apache/spark/scheduler/TaskSchedulerImpl.scala | 10 +--
 .../apache/spark/scheduler/TaskSetManager.scala    |  3 +-
 .../cluster/CoarseGrainedSchedulerBackend.scala    |  7 ++-
 .../spark/scheduler/dynalloc/ExecutorMonitor.scala |  3 +-
 8 files changed, 98 insertions(+), 19 deletions(-)

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