-
- Downloads
[SPARK-4467] fix elements read count for ExtrenalSorter
the elementsRead variable should be reset to 0 after each spilling Author: Tianshuo Deng <tdeng@twitter.com> Closes #3302 from tsdeng/fix_external_sorter_record_count and squashes the following commits: 7b56ca0 [Tianshuo Deng] fix method signature 782c7de [Tianshuo Deng] make elementsRead private, fix comment bb7ff28 [Tianshuo Deng] update elemetsRead through addElementsRead method 74ca246 [Tianshuo Deng] fix elements read count
Showing
- core/src/main/scala/org/apache/spark/util/collection/ExternalAppendOnlyMap.scala 1 addition, 7 deletions.../apache/spark/util/collection/ExternalAppendOnlyMap.scala
- core/src/main/scala/org/apache/spark/util/collection/ExternalSorter.scala 2 additions, 6 deletions...ala/org/apache/spark/util/collection/ExternalSorter.scala
- core/src/main/scala/org/apache/spark/util/collection/Spillable.scala 9 additions, 1 deletion...in/scala/org/apache/spark/util/collection/Spillable.scala
Please register or sign in to comment