Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/19884#discussion_r161391299
--- 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 --
Oh, I see. `AbstractFileRegion.transfered` is `final` so it may break
binary compatibility. However, this is fine since it's a private module.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]