Shixiong Zhu created SPARK-12084:
------------------------------------
Summary: Fix codes that uses ByteBuffer.array incorrectly
Key: SPARK-12084
URL: https://issues.apache.org/jira/browse/SPARK-12084
Project: Spark
Issue Type: Bug
Reporter: Shixiong Zhu
Assignee: Shixiong Zhu
ByteBuffer doesn't guarantee all contents in `ByteBuffer.array` are valid. E.g,
a ByteBuffer returned by ByteBuffer.slice. We should not use the whole content
of `ByteBuffer` unless we know that's correct.
This patch fixed all places that use `ByteBuffer.array` incorrectly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]