Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/19802#discussion_r160680946
--- Diff:
common/network-common/src/test/java/org/apache/spark/network/TransportRequestHandlerSuite.java
---
@@ -100,6 +101,43 @@ public void handleFetchRequestAndStreamRequest()
throws Exception {
assert responseAndPromisePairs.size() == 3;
}
+ @Test
+ public void handleOneWayMessageWithWrongSerialVersionUID() throws
Exception {
+ RpcHandler rpcHandler = new NoOpRpcHandler();
--- End diff --
2 space, not 4 space indent
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]