bjchambers commented on pull request #743:
URL: https://github.com/apache/arrow-rs/pull/743#issuecomment-914427792


   > CI for SIMD is failing because the import for the `unary` function is 
behind the non-simd feature, it wasn't used before and so avoided an unused 
import warning:
   > 
   > ```
   > #[cfg(not(feature = "simd"))]
   > use crate::compute::kernels::arity::unary;
   > ```
   > 
   > Otherwise this looks good to me.
   
   Thanks! I hadn't gotten around to looking at the failure. Posted an update 
that removes the conditional.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to