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


##########
arrow-ipc/src/reader.rs:
##########
@@ -31,7 +31,9 @@ use std::io::{BufReader, Read, Seek, SeekFrom};
 use std::sync::Arc;
 
 use arrow_array::*;
-use arrow_buffer::{ArrowNativeType, BooleanBuffer, Buffer, MutableBuffer, 
ScalarBuffer};
+use arrow_buffer::{

Review Comment:
   Can we please get a test for this fix so that we don't break it again during 
some future refactoring?



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