spark-instrumented-optimizer/extras
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
..
java8-tests [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should accept a VoidFunction<...> 2015-11-18 12:09:54 -08:00
kinesis-asl [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectly 2015-12-04 17:02:04 -08:00
kinesis-asl-assembly Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07:00
spark-ganglia-lgpl Update version to 1.6.0-SNAPSHOT. 2015-09-15 00:54:20 -07:00
README.md [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda expressions for the Java/Scala APIs 2014-03-03 22:31:30 -08:00

This directory contains build components not included by default in Spark's build.