rok commented on a change in pull request #12215:
URL: https://github.com/apache/arrow/pull/12215#discussion_r812102693



##########
File path: cpp/src/arrow/compute/kernels/scalar_arithmetic.cc
##########
@@ -464,7 +465,6 @@ struct DivideChecked {
   template <typename T, typename Arg0, typename Arg1>
   static enable_if_integer_value<T> Call(KernelContext*, Arg0 left, Arg1 right,
                                          Status* st) {
-    static_assert(std::is_same<T, Arg0>::value && std::is_same<T, 
Arg1>::value, "");

Review comment:
       I assumed it would but does not. Returning.




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


Reply via email to