Skip to content

Commit 3ccd2e6

Browse files
dharmeshkakadiasrowen
authored andcommitted
typo in comment
Author: Dharmesh Kakadia <[email protected]> Closes #8497 from dharmeshkakadia/patch-2. (cherry picked from commit 71a077f) Signed-off-by: Sean Owen <[email protected]>
1 parent e23ffd6 commit 3ccd2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/RegisterExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/**
2929
* Initial registration message between an executor and its local shuffle server.
30-
* Returns nothing (empty bye array).
30+
* Returns nothing (empty byte array).
3131
*/
3232
public class RegisterExecutor extends BlockTransferMessage {
3333
public final String appId;

0 commit comments

Comments
 (0)