Repository: spark
Updated Branches:
refs/heads/branch-1.5 7564c2493 -> 1f47e68f5
[SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array
(round 2)
This patch reverts most of the changes in a previous fix #8827.
The real cause of the issue is that in `TungstenAggregate`'s p
Repository: spark
Updated Branches:
refs/heads/master 084e4e126 -> 83f6f54d1
[SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array
(round 2)
This patch reverts most of the changes in a previous fix #8827.
The real cause of the issue is that in `TungstenAggregate`'s prepa
Repository: spark
Updated Branches:
refs/heads/branch-1.5 b3f1e6533 -> 49355d0e0
[SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array
When `TungstenAggregation` hits memory pressure, it switches from hash-based to
sort-based aggregation in-place. However, in the process
Repository: spark
Updated Branches:
refs/heads/master 22be2ae14 -> 7ff8d68cc
[SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array
When `TungstenAggregation` hits memory pressure, it switches from hash-based to
sort-based aggregation in-place. However, in the process we t