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

xtsong pushed a change to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git


    from f2584a1df36 [FLINK-33063][table-runtime] Fix udaf with complex user 
defined pojo object throw error while generate record equaliser (#23388)
     new ae647e2b489 [hotfix][network] Fix the close method for the tiered 
producer client
     new d100ab65367 [FLINK-32870][network] Tiered storage supports reading 
multiple small buffers by reading and slicing one large buffer

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/BufferReaderWriterUtil.java  |   2 +-
 .../partition/hybrid/HsFileDataIndexImpl.java      |   7 +-
 .../hybrid/index/FileDataIndexRegionHelper.java    |   5 +-
 .../hybrid/index/FileRegionWriteReadUtils.java     |   9 +-
 .../hybrid/tiered/file/PartitionFileReader.java    |  79 ++++-
 .../file/ProducerMergedPartitionFileIndex.java     |  36 +-
 .../file/ProducerMergedPartitionFileReader.java    | 383 ++++++++++++++-------
 .../file/ProducerMergedPartitionFileWriter.java    |   3 +-
 .../tiered/file/SegmentPartitionFileReader.java    |  29 +-
 .../tiered/shuffle/TieredResultPartition.java      |   2 +-
 .../hybrid/tiered/tier/disk/DiskIOScheduler.java   |  98 ++++--
 .../tier/remote/RemoteTierConsumerAgent.java       |  17 +-
 .../partition/hybrid/HybridShuffleTestUtils.java   |   9 +-
 .../hybrid/index/FileDataIndexCacheTest.java       |   2 +-
 .../hybrid/index/FileRegionWriteReadUtilsTest.java |   9 +-
 .../hybrid/index/TestingFileDataIndexRegion.java   |  22 +-
 .../hybrid/tiered/file/DiskIOSchedulerTest.java    |   8 +-
 .../file/ProducerMergedPartitionFileIndexTest.java |   2 +-
 .../ProducerMergedPartitionFileReaderTest.java     | 132 ++++---
 .../file/SegmentPartitionFileReaderTest.java       |  25 +-
 .../tiered/file/TestingPartitionFileReader.java    |  21 +-
 21 files changed, 643 insertions(+), 257 deletions(-)

Reply via email to