lifeSo commented on code in PR #1063:
URL:
https://github.com/apache/incubator-uniffle/pull/1063#discussion_r1302551138
##########
client-tez/src/test/java/org/apache/tez/runtime/library/common/sort/buffer/WriteBufferManagerTest.java:
##########
@@ -519,7 +519,14 @@ public Roaring64NavigableMap getShuffleResult(
return null;
}
- @Override
+ public Roaring64NavigableMap getShuffleResultForMultiPart(
Review Comment:
I tryed to delete this method, it will reduce compile error.
Because MockShuffleWriteClient must implements this method.
--
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]