js8544 commented on code in PR #36231:
URL: https://github.com/apache/arrow/pull/36231#discussion_r1238525789
##########
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc:
##########
@@ -640,6 +642,17 @@ struct ArithmeticFunction : ScalarFunction {
ReplaceTypes(type, types);
}
}
+
+ if (name_ == "multiply_checked") {
Review Comment:
I've added this to div and div_checked
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]