Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19884#discussion_r161390222 --- 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 -- This break binary compatibility. Is it OK? @zsxwing
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org