This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 7adbd032e7f [hotfix][refactor] Reuse existing method in
SortMergeResultPartition
new cd3d6efb493 [hotfix] Remove unnecessary public modifier for
PartitionedFileWriteReadTest
new 63443aec09e [FLINK-32027][runtime] Fix the potential concurrent
reading bug of index file for SortMergeShuffle.
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:
.../io/network/partition/PartitionedFile.java | 6 +-
.../network/partition/PartitionedFileWriter.java | 10 +-
.../partition/PartitionedFileWriteReadTest.java | 209 ++++++++++++++++-----
3 files changed, 178 insertions(+), 47 deletions(-)