maobaolong commented on code in PR #2253:
URL: 
https://github.com/apache/incubator-uniffle/pull/2253#discussion_r1855321363


##########
common/src/main/java/org/apache/uniffle/common/segment/LocalOrderSegmentSplitter.java:
##########
@@ -85,7 +85,12 @@ public List<ShuffleDataSegment> split(ShuffleIndexResult 
shuffleIndexResult) {
      * ShuffleDataSegment size should < readBufferSize 3. Single 
shuffleDataSegment's blocks should
      * be continuous
      */
+    int[] storageIds = shuffleIndexResult.getStorageIds();

Review Comment:
   Done



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to