https://github.com/apache/spark
Revision c0f4082ef0c05aee9f31fb74509d023552de8469 authored by Dongjoon Hyun on 04 January 2019, 04:01:19 UTC, committed by Dongjoon Hyun on 04 January 2019, 04:01:49 UTC
## What changes were proposed in this pull request?

`fireChannelRead` expects `io.netty.buffer.ByteBuf`.I checked that this is the only place which misuse `java.nio.ByteBuffer` in `network` module.

## How was this patch tested?

Pass the Jenkins with the existing tests.

Closes #23442 from dongjoon-hyun/SPARK-NETWORK-COMMON.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 27e42c1de502da80fa3e22bb69de47fb00158174)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent bd6e570
History
Tip revision: c0f4082ef0c05aee9f31fb74509d023552de8469 authored by Dongjoon Hyun on 04 January 2019, 04:01:19 UTC
[MINOR][NETWORK][TEST] Fix TransportFrameDecoderSuite to use ByteBuf instead of ByteBuffer
Tip revision: c0f4082

README.md

back to top