Skip to content

Commit

Permalink
Fix additional review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victsm committed Oct 12, 2020
1 parent 691635e commit f016b39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public MergeStatuses finalizeShuffleMerge(FinalizeShuffleMerge msg) throws IOExc

@Override
public void registerApplication(String appId, String user) {
throw new UnsupportedOperationException("Cannot handle shuffle block merge");
// No-op. Do nothing.
}

@Override
Expand All @@ -466,7 +466,7 @@ public ManagedBuffer getMergedBlockData(

@Override
public MergedBlockMeta getMergedBlockMeta(String appId, int shuffleId, int reduceId) {
return null;
throw new UnsupportedOperationException("Cannot handle shuffle block merge");
}

@Override
Expand Down

0 comments on commit f016b39

Please sign in to comment.