Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20131#discussion_r159343623
--- Diff:
common/network-common/src/main/java/org/apache/spark/network/protocol/MessageWithHeader.java
---
@@ -100,7 +100,7 @@ public long transferred() {
* transferTo invocations in order to transfer a single
MessageWithHeader to avoid busy waiting.
*
* The contract is that the caller will ensure position is properly set
to the total number
- * of bytes transferred so far (i.e. value returned by transfered()).
+ * of bytes transferred so far (i.e. value returned by transferred()).
--- End diff --
Thanks. I was there when we upgraded it to 4.1.17 ;).
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]