spark-instrumented-optimizer/core/src/main
Josh Rosen 1ca5e2e0b8 [SPARK-10704] Rename HashShuffleReader to BlockStoreShuffleReader
The current shuffle code has an interface named ShuffleReader with only one implementation, HashShuffleReader. This naming is confusing, since the same read path code is used for both sort- and hash-based shuffle. This patch addresses this by renaming HashShuffleReader to BlockStoreShuffleReader.

Author: Josh Rosen <joshrosen@databricks.com>

Closes #8825 from JoshRosen/shuffle-reader-cleanup.
2015-09-22 11:50:22 -07:00
..
java/org/apache/spark [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array 2015-09-18 23:58:25 -07:00
resources/org/apache/spark [SPARK-10718] [BUILD] Update License on conf files and corresponding excludes file update 2015-09-22 11:03:21 +01:00
scala/org/apache/spark [SPARK-10704] Rename HashShuffleReader to BlockStoreShuffleReader 2015-09-22 11:50:22 -07:00