alamb commented on a change in pull request #534:
URL: https://github.com/apache/arrow-rs/pull/534#discussion_r668651577



##########
File path: arrow/src/compute/kernels/comparison.rs
##########
@@ -591,7 +591,7 @@ where
 
                 let bitmask = T::mask_to_u64(&simd_result);
                 let bytes = bitmask.to_le_bytes();
-                &result_slice[0..lanes / 8].copy_from_slice(&bytes[0..lanes / 
8]);
+                result_slice[0..lanes / 8].copy_from_slice(&bytes[0..lanes / 
8]);

Review comment:
       Yes -- sorry -- I should have mentioned that. When I was testing the 
project with `simd` locally this was flagged as a compiler warning so I fixed 
it. 




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