spark-instrumented-optimizer/examples
Shixiong Zhu 3af53e61fd [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectly
`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.

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #10083 from zsxwing/bytebuffer-array.
2015-12-04 17:02:04 -08:00
..
src/main [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectly 2015-12-04 17:02:04 -08:00
pom.xml Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07:00