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



##########
File path: cpp/src/arrow/compute/kernels/vector_selection.cc
##########
@@ -2392,6 +2392,29 @@ struct NonZeroVisitor {
 
     return Status::OK();
   }
+
+  template <typename Type>
+  enable_if_t<is_decimal128_type<Type>::value || 
is_decimal256_type<Type>::value, Status>
+  Visit(const Type&) {

Review comment:
       I simplified this more and removed the bool specialization which wasn't 
actually necessary.




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