SteNicholas opened a new pull request, #2448:
URL: https://github.com/apache/celeborn/pull/2448

   ### What changes were proposed in this pull request?
   
   Refactor `SortBuffer` and `PartitionSortedBuffer` with introduction of 
`DataBuffer` and `SortBasedDataBuffer`.
   
   ### Why are the changes needed?
   
   `SortBuffer` and `PartitionSortedBuffer` is refactored in 
https://github.com/apache/flink/pull/18505. Celeborn Flink should also refactor 
`SortBuffer` and `PartitionSortedBuffer` to sync the interface changes in 
Flink. Meanwhile, `SortBuffer` and `PartitionSortedBuffer` should distinguish 
channel and subpartition for https://github.com/apache/flink/pull/23927.
   
   ### Does this PR introduce _any_ user-facing change?
   
   - `SortBuffer` renames to `DataBuffer`.
   - `PartitionSortedBuffer` renames to `SortBasedDataBuffer`.
   - `SortBuffer.BufferWithChannel` renames to `BufferWithSubpartition`
   
   ### How was this patch tested?
   
   UT and IT.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to