zuston opened a new issue, #301: URL: https://github.com/apache/incubator-uniffle/issues/301
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues) and found no similar issues. ### Describe the subtask Currently, the LocalOrderSegmentSplitter will split the index file into multiple shuffleDataSegments. But the split scope is limited in the range of local order. For example: The blocks are as follow ``` block-a (taskId-1) block-b (taskId-2) block-c (taskId-1) block-d (taskId-2) ``` When the reader want to get the range of taskIds: [1, 3), the strategy will return two shuffleDataSegments. But we'd better to merge them into single one to reduce the network interaction times, because they are continuous. ### Parent issue #137 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
