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

dongjoon pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 5b3f567  [SPARK-38180][SQL][3.1] Allow safe up-cast expressions in 
correlated equality predicates
     add f125600  [SPARK-33206][CORE][3.0] Fix shuffle index cache weight 
calculation for small index files

No new revisions were added by this update.

Summary of changes:
 .../spark/network/shuffle/ExecutorDiskUtils.java   |  6 +-
 .../shuffle/ExternalShuffleBlockResolver.java      | 43 +++++++------
 .../network/shuffle/ShuffleIndexInformation.java   | 23 ++++---
 .../shuffle/ShuffleIndexInformationSuite.java      | 71 ++++++++++++++++++++++
 .../network/shuffle/TestShuffleDataContext.java    | 16 ++---
 .../spark/shuffle/IndexShuffleBlockResolver.scala  |  6 +-
 .../org/apache/spark/storage/BlockManager.scala    |  2 +-
 .../apache/spark/storage/DiskBlockManager.scala    |  2 +-
 .../apache/spark/storage/BlockManagerSuite.scala   |  3 +-
 9 files changed, 129 insertions(+), 43 deletions(-)
 create mode 100644 
common/network-shuffle/src/test/java/org/apache/spark/network/shuffle/ShuffleIndexInformationSuite.java

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to