Skip to content

Commit

Permalink
override
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Jul 31, 2023
1 parent 3c4c96f commit 5f3ee17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void checkException() throws IOException {
}
}

private void pushData(PushTask task) throws IOException {
protected void pushData(PushTask task) throws IOException {
int bytesWritten =
client.pushData(
shuffleId,
Expand Down

0 comments on commit 5f3ee17

Please sign in to comment.