-
- Downloads
[SPARK-7896] Allow ChainedBuffer to store more than 2 GB
Author: Sandy Ryza <sandy@cloudera.com> Closes #6440 from sryza/sandy-spark-7896 and squashes the following commits: 49d8a0d [Sandy Ryza] Fix bug introduced when reading over record boundaries 6006856 [Sandy Ryza] Fix overflow issues 006b4b2 [Sandy Ryza] Fix scalastyle by removing non ascii characters 8b000ca [Sandy Ryza] Add ascii art to describe layout of data in metaBuffer f2053c0 [Sandy Ryza] Fix negative overflow issue 0368c78 [Sandy Ryza] Initialize size as 0 a5a4820 [Sandy Ryza] Use explicit types for all numbers in ChainedBuffer b7e0213 [Sandy Ryza] SPARK-7896. Allow ChainedBuffer to store more than 2 GB
Showing
- core/src/main/scala/org/apache/spark/util/collection/ChainedBuffer.scala 24 additions, 22 deletions...cala/org/apache/spark/util/collection/ChainedBuffer.scala
- core/src/main/scala/org/apache/spark/util/collection/PartitionedSerializedPairBuffer.scala 31 additions, 20 deletions...ark/util/collection/PartitionedSerializedPairBuffer.scala
Please register or sign in to comment