From 82e68f5de9ddd28240188651425c9182b0809847 Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Thu, 14 Dec 2023 12:12:41 +0800 Subject: [PATCH] fixup --- velox/exec/tests/utils/AggregationFuzzer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/velox/exec/tests/utils/AggregationFuzzer.cpp b/velox/exec/tests/utils/AggregationFuzzer.cpp index be44c410fa0e1..deb0df76678f5 100644 --- a/velox/exec/tests/utils/AggregationFuzzer.cpp +++ b/velox/exec/tests/utils/AggregationFuzzer.cpp @@ -323,7 +323,8 @@ class AggregationFuzzer { expected, maxDrivers); - LOG(INFO) << "Testing plan #" << i << " with partial aggregation spilling"; + LOG(INFO) << "Testing plan #" << i + << " with partial aggregation spilling"; testPlan( planWithSplits, true /*injectSpill*/,