felipecrv commented on code in PR #43720:
URL: https://github.com/apache/arrow/pull/43720#discussion_r1722117385


##########
cpp/src/arrow/compute/kernels/aggregate_basic.cc:
##########
@@ -272,26 +286,29 @@ void AddCountDistinctKernels(ScalarAggregateFunction* 
func) {
 // Sum implementation
 
 template <typename ArrowType>
-struct SumImplDefault : public SumImpl<ArrowType, SimdLevel::NONE> {
+struct SumImplNative : public SumImpl<ArrowType, SimdLevel::NONE> {

Review Comment:
   Rolling back to `Default` to keep this PR focused.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to