This is an automated email from the ASF dual-hosted git repository.
yingjie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 21712c932cd [FLINK-28857][docs] Add Document for DataStream Cache API
new e92b87df738 [hotfix] Migrate PartitionFileWriteReadTest,
SortMergeResultPartitionReadSchedulerTest, SortMergeSubpartitionReaderTest to
Junit5 and AssertJ
new 87d4f70e492 [FLINK-28623][network] Optimize the use of off-heap memory
by blocking and hybrid shuffle reader
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../network/partition/PartitionedFileReader.java | 23 +++---
.../SortMergeResultPartitionReadScheduler.java | 26 ++++++-
.../partition/hybrid/HsFileDataManager.java | 7 +-
.../partition/hybrid/HsSubpartitionFileReader.java | 4 +-
.../hybrid/HsSubpartitionFileReaderImpl.java | 12 ++--
.../partition/PartitionedFileWriteReadTest.java | 82 ++++++++++++++-------
.../SortMergeResultPartitionReadSchedulerTest.java | 84 +++++++++++-----------
.../partition/SortMergeSubpartitionReaderTest.java | 81 ++++++++++-----------
.../partition/hybrid/HsFileDataManagerTest.java | 4 +-
.../hybrid/HsSubpartitionFileReaderImplTest.java | 3 +-
10 files changed, 198 insertions(+), 128 deletions(-)