Skip to content

Commit 85280ca

Browse files
committed
Fix: Fix UT attempt
1 parent 5f05aa7 commit 85280ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/HashAggregateExec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ case class HashAggregateExec(
256256
s"""
257257
|while (!$initAgg) {
258258
| $initAgg = true;
259-
| $avoidSpillInPartialAggregateTerm = ${Utils.isTesting} && $isPartial;
260259
| long $beforeAgg = System.nanoTime();
261260
| $doAggFuncName();
262261
| $aggTime.add((System.nanoTime() - $beforeAgg) / $NANOS_PER_MILLIS);

0 commit comments

Comments
 (0)