chloro-pn commented on code in PR #6178:
URL: https://github.com/apache/arrow-rs/pull/6178#discussion_r1705788741
##########
arrow-buffer/src/buffer/mutable.rs:
##########
@@ -896,11 +946,19 @@ mod tests {
#[test]
fn test_from_trusted_len_iter() {
let iter = vec![1u32, 2].into_iter();
- let buf = unsafe { Buffer::from_trusted_len_iter(iter) };
+ let buf = unsafe { MutableBuffer::from_trusted_len_iter(iter) };
Review Comment:
This modification is not directly related to this PR.
Because this is the file that implements `MutableBuffer`, I thought it was a
typographical error. The tests in this file should mainly focus on
`MutableBuffer`.
--
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]