From bb063c4ab5a34395ebbe32c52cca607c1e511fe6 Mon Sep 17 00:00:00 2001 From: philo Date: Thu, 25 Aug 2022 15:23:02 +0800 Subject: [PATCH] Fix code format issue --- .../cpp/src/codegen/arrow_compute/ext/actions_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native-sql-engine/cpp/src/codegen/arrow_compute/ext/actions_impl.cc b/native-sql-engine/cpp/src/codegen/arrow_compute/ext/actions_impl.cc index 124811673..d644574b5 100644 --- a/native-sql-engine/cpp/src/codegen/arrow_compute/ext/actions_impl.cc +++ b/native-sql-engine/cpp/src/codegen/arrow_compute/ext/actions_impl.cc @@ -2280,7 +2280,7 @@ class SumActionPartial* on_null) override { // resize result data if (cache_validity_.size() <= max_group_id) { - GrowByFactor(max_group_id + 1); + GrowByFactor(max_group_id + 1); } in_ = in_list[0];