Skip to content

Commit

Permalink
Fix: Fix UT attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppayya committed Jun 18, 2020
1 parent 5f05aa7 commit 85280ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ case class HashAggregateExec(
s"""
|while (!$initAgg) {
| $initAgg = true;
| $avoidSpillInPartialAggregateTerm = ${Utils.isTesting} && $isPartial;
| long $beforeAgg = System.nanoTime();
| $doAggFuncName();
| $aggTime.add((System.nanoTime() - $beforeAgg) / $NANOS_PER_MILLIS);
Expand Down

0 comments on commit 85280ca

Please sign in to comment.