Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Fix code format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Aug 25, 2022
1 parent 6886b04 commit bb063c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ class SumActionPartial<DataType, CType, ResDataType, ResCType,
std::function<arrow::Status()>* 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];
Expand Down

0 comments on commit bb063c4

Please sign in to comment.