Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R-JunmingChen committed Oct 16, 2023
1 parent 6f33e7b commit b8f10db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/aggregate_basic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ void AddMinOrMaxAggKernels(ScalarAggregateFunction* func,
AddAggKernel(std::move(sig), init, finalize, func);

sig = KernelSignature::Make({InputType(Type::DICTIONARY)}, DictionaryValueType);
AddAggKernel(std::move(sig), std::move(init), std::move(finalize), func);
AddAggKernel(std::move(sig), std::move(init), std::move(finalize), func);
}

// ----------------------------------------------------------------------
Expand Down

0 comments on commit b8f10db

Please sign in to comment.