Skip to content

Commit 16b2d70

Browse files
author
Marcelo Vanzin
committed
Forgot to update a type.
1 parent c9c2e4e commit 16b2d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/common/src/main/java/org/apache/spark/network/protocol/MessageWithHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MessageWithHeader extends AbstractReferenceCounted implements FileRegion {
3737
private final int headerLength;
3838
private final Object body;
3939
private final long bodyLength;
40-
private int totalBytesTransferred;
40+
private long totalBytesTransferred;
4141

4242
MessageWithHeader(ByteBuf header, Object body, long bodyLength) {
4343
Preconditions.checkArgument(body instanceof ByteBuf || body instanceof FileRegion,

0 commit comments

Comments
 (0)