flink-remote-shuffle
flink-remote-shuffle copied to clipboard
SortBuffer supports reading data from the specified channel index
Motivation
SortBuffer can improve read performance significantly, but it doesn't support read data from a specific channel. The development of some new functions, for example, ReducePartition implementation, depends on the ability of SortBuffer to read data from the specified channel. This issue is to support the feature for SortBuffer.
Changes
SortBuffer supports reading data from the specified channel index.
Test
This change added tests.