alamb commented on code in PR #7984:
URL: https://github.com/apache/arrow-rs/pull/7984#discussion_r2257434358


##########
arrow-select/src/concat.rs:
##########
@@ -1328,12 +1328,12 @@ mod tests {
         let a = concat(&[&a, &b]).unwrap();
         let data = a.to_data();
         assert_eq!(data.buffers()[0].len(), 440);
-        assert_eq!(data.buffers()[0].capacity(), 448); // Nearest multiple of 
64
+        assert_eq!(data.buffers()[0].capacity(), 440); // Nearest multiple of 
64

Review Comment:
   these comments no longer seem correct, but the tests seem to be an 
improvement



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