spark-instrumented-optimizer/extras/kinesis-asl
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 [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectly 2015-12-04 17:02:04 -08:00
pom.xml [SPARK-11198][STREAMING][KINESIS] Support de-aggregation of records during recovery 2015-11-09 17:18:49 -08:00