Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/19884#discussion_r161391208
--- Diff:
common/network-common/src/main/java/org/apache/spark/network/protocol/MessageWithHeader.java
---
@@ -91,7 +91,7 @@ public long position() {
}
@Override
- public long transfered() {
+ public long transferred() {
--- End diff --
It doesn't. The old method is implemented in
`AbstractFileRegion.transfered`. In addition, the whole network module is
private, we don't need to maintain compatibility.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]