nevi-me commented on a change in pull request #534:
URL: https://github.com/apache/arrow-rs/pull/534#discussion_r668229719
##########
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:
Seems unrelated, was it a `needless borrow` clippy lint?
--
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]