xianjingfeng commented on code in PR #400:
URL: https://github.com/apache/incubator-uniffle/pull/400#discussion_r1047162092
##########
storage/src/main/java/org/apache/uniffle/storage/handler/impl/MemoryClientReadHandler.java:
##########
@@ -47,15 +54,19 @@ public MemoryClientReadHandler(
int shuffleId,
int partitionId,
int readBufferSize,
- ShuffleServerClient shuffleServerClient) {
+ ShuffleServerClient shuffleServerClient,
+ Roaring64NavigableMap expectBlockIds,
+ Roaring64NavigableMap processBlockIds) {
Review Comment:
OK, i will do it in this 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]