We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f05aa7 commit 85280caCopy full SHA for 85280ca
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala
@@ -256,7 +256,6 @@ case class HashAggregateExec(
256
s"""
257
|while (!$initAgg) {
258
| $initAgg = true;
259
- | $avoidSpillInPartialAggregateTerm = ${Utils.isTesting} && $isPartial;
260
| long $beforeAgg = System.nanoTime();
261
| $doAggFuncName();
262
| $aggTime.add((System.nanoTime() - $beforeAgg) / $NANOS_PER_MILLIS);
0 commit comments