EnricoMi commented on code in PR #1514:
URL: 
https://github.com/apache/incubator-uniffle/pull/1514#discussion_r1484060818


##########
storage/src/main/java/org/apache/uniffle/storage/factory/ShuffleHandlerFactory.java:
##########
@@ -126,6 +126,8 @@ private ClientReadHandler getMemoryClientReadHandler(
       Roaring64NavigableMap realExceptBlockIds = 
RssUtils.cloneBitMap(request.getExpectBlockIds());
       realExceptBlockIds.xor(request.getProcessBlockIds());
       expectTaskIds = RssUtils.generateTaskIdBitMap(realExceptBlockIds, 
request.getIdHelper());
+    } else {
+      expectTaskIds = request.getExpectTaskIds();

Review Comment:
   Does this harm legacy Spark / TEZ / MR read clients?



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