alexwilcoxson-rel commented on code in PR #6417:
URL: https://github.com/apache/arrow-rs/pull/6417#discussion_r1765756374


##########
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:
   just added, was able to write the invalid array to ipc buffer using 
ArrayDataBuilder::build_unchecked



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