Github user aarondav commented on a diff in the pull request:
https://github.com/apache/spark/pull/3146#discussion_r19994577
--- Diff:
network/shuffle/src/main/java/org/apache/spark/network/shuffle/protocol/ExecutorShuffleInfo.java
---
@@ -15,21 +15,24 @@
* limitations under the License.
*/
-package org.apache.spark.network.shuffle;
+package org.apache.spark.network.shuffle.protocol;
--- End diff --
Everything from here down is systematic adding encodedLength(), encode(),
and decode() methods and updating unit tests, which verify that the
aforementioned methods are implemented correctly.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]