lwllvyb commented on code in PR #2115:
URL:
https://github.com/apache/incubator-uniffle/pull/2115#discussion_r1772464121
##########
storage/src/main/java/org/apache/uniffle/storage/common/AbstractStorage.java:
##########
@@ -40,17 +41,22 @@ public abstract class AbstractStorage implements Storage {
abstract ShuffleWriteHandler
newWriteHandler(CreateShuffleWriteHandlerRequest request);
@Override
- public ShuffleWriteHandler
getOrCreateWriteHandler(CreateShuffleWriteHandlerRequest request) {
+ public Pair<ShuffleWriteHandler, Boolean> getOrCreateWriteHandler(
Review Comment:
I rechecked the code, but i didn't find a better way to fix it. Can you give
me some code level suggestions?
@zuston
--
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]