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


##########
parquet/src/arrow/buffer/converter.rs:
##########
@@ -27,10 +27,7 @@ use crate::errors::Result;
 use std::marker::PhantomData;
 
 #[cfg(test)]
-use arrow::array::{
-    BinaryArray, BinaryBuilder, LargeStringArray, LargeStringBuilder, 
StringArray,
-    StringBuilder,
-};
+use arrow::array::{StringArray, StringBuilder};

Review Comment:
   Sadly we need to keep StringArrrayConverter for now as it used by the 
ComplexObjectArrayReader tests



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