Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.12.0
-
None
Description
SortMergeResultPartition appends all added records and events to a SortBuffer and after the SortBuffer is full, all data in the SortBuffer will be copied and spilled to a PartitionedFile in subpartition index order. Different from the hash-based blocking shuffle implementation, SortMergeResultPartition can write at most one file concurrently.