pitrou commented on code in PR #12590:
URL: https://github.com/apache/arrow/pull/12590#discussion_r862792158
##########
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc:
##########
@@ -2695,7 +2695,7 @@ void RegisterScalarArithmetic(FunctionRegistry* registry)
{
// ----------------------------------------------------------------------
auto subtract_checked = MakeArithmeticFunctionNotNull<SubtractChecked>(
- "subtract_checked", &sub_checked_doc);
+ "subtract_checked", FunctionDoc::Empty());
Review Comment:
Is this a mistake? Why pass an empty doc here?
--
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]