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/06 08:19:08 UTC

[spark] branch master updated (c97fb68 -> 7bb53b8)

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 c97fb68  [SPARK-35221][SQL] Add the check of supported join hints
     add 7bb53b8  [SPARK-36098][CORE] Grouping exception in core/storage

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/errors/SparkCoreErrors.scala  | 97 +++++++++++++++++++++-
 .../scala/org/apache/spark/storage/BlockId.scala   |  4 +-
 .../apache/spark/storage/BlockInfoManager.scala    |  8 +-
 .../org/apache/spark/storage/BlockManager.scala    | 26 +++---
 .../spark/storage/BlockManagerDecommissioner.scala |  3 +-
 .../apache/spark/storage/BlockManagerMaster.scala  |  7 +-
 ...avedOnDecommissionedBlockManagerException.scala |  2 +-
 .../apache/spark/storage/DiskBlockManager.scala    |  5 +-
 .../spark/storage/DiskBlockObjectWriter.scala      |  3 +-
 .../storage/ShuffleBlockFetcherIterator.scala      | 16 ++--
 10 files changed, 133 insertions(+), 38 deletions(-)

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