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

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


    from fa75db2  [SPARK-29026][SQL] Improve error message in `schemaFor` in 
trait without companion object constructor
     add 7f36cd2  [SPARK-28570][CORE][SHUFFLE] Make UnsafeShuffleWriter use the 
new API

No new revisions were added by this update.

Summary of changes:
 .../shuffle/api/ShuffleExecutorComponents.java     |  31 +-
 .../api/SingleSpillShuffleMapOutputWriter.java     |  12 +-
 .../spark/shuffle/sort/UnsafeShuffleWriter.java    | 352 +++++++++++----------
 .../io/LocalDiskShuffleExecutorComponents.java     |  15 +
 .../sort/io/LocalDiskShuffleMapOutputWriter.java   |  24 +-
 .../io/LocalDiskSingleSpillMapOutputWriter.java    |  55 ++++
 .../org/apache/spark/internal/config/package.scala |   2 +-
 .../spark/shuffle/sort/SortShuffleManager.scala    |   4 +-
 .../shuffle/sort/UnsafeShuffleWriterSuite.java     |  54 ++--
 9 files changed, 347 insertions(+), 202 deletions(-)
 copy 
common/kvstore/src/main/java/org/apache/spark/util/kvstore/UnsupportedStoreVersionException.java
 => 
core/src/main/java/org/apache/spark/shuffle/api/SingleSpillShuffleMapOutputWriter.java
 (67%)
 create mode 100644 
core/src/main/java/org/apache/spark/shuffle/sort/io/LocalDiskSingleSpillMapOutputWriter.java


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

Reply via email to