spark-instrumented-optimizer/sql/hive/src
Sital Kedia 07f46afc73 [SPARK-13850] Force the sorter to Spill when number of elements in th…
## What changes were proposed in this pull request?

Force the sorter to Spill when number of elements in the pointer array reach a certain size. This is to workaround the issue of timSort failing on large buffer size.

## How was this patch tested?

Tested by running a job which was failing without this change due to TimSort bug.

Author: Sital Kedia <skedia@fb.com>

Closes #13107 from sitalkedia/fix_TimSort.
2016-06-30 10:53:18 -07:00
..
main [SPARK-13850] Force the sorter to Spill when number of elements in th… 2016-06-30 10:53:18 -07:00
test [SPARK-16267][TEST] Replace deprecated CREATE TEMPORARY TABLE ... USING from testsuites. 2016-06-29 17:29:17 -07:00