tustvold commented on code in PR #2810:
URL: https://github.com/apache/arrow-rs/pull/2810#discussion_r984087895


##########
arrow/src/compute/kernels/arithmetic.rs:
##########
@@ -333,8 +333,7 @@ where
             // process data in chunks of 64 elements since we also get 64 bits 
of validity information at a time
 
             // safety: result is newly created above, always written as a T 
below
-            let mut result_chunks =
-                unsafe { result.typed_data_mut().chunks_exact_mut(64) };
+            let mut result_chunks = 
result.typed_data_mut().chunks_exact_mut(64);

Review Comment:
   These are drive-by fixes that date from #1866 



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