pitrou commented on a change in pull request #10530:
URL: https://github.com/apache/arrow/pull/10530#discussion_r656976462



##########
File path: cpp/src/arrow/compute/kernels/scalar_arithmetic.cc
##########
@@ -820,6 +998,58 @@ const FunctionDoc pow_checked_doc{
     ("An error is returned when integer to negative integer power is 
encountered,\n"
      "or integer overflow is encountered."),
     {"base", "exponent"}};
+
+const FunctionDoc bit_wise_not_doc{
+    "Bit-wise negate the arguments element-wise", ("This function never 
fails."), {"x"}};

Review comment:
       Is there any point in mentioning that the function never fails? This is 
true of several other functions as well.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to