joe-ucp commented on code in PR #8894:
URL: https://github.com/apache/arrow-rs/pull/8894#discussion_r2572605584


##########
parquet/src/arrow/array_reader/mod.rs:
##########
@@ -51,7 +51,7 @@ mod test_util;
 
 // Note that this crate is public under the `experimental` feature flag.
 use crate::file::metadata::RowGroupMetaData;
-pub use builder::{ArrayReaderBuilder, CacheOptions, CacheOptionsBuilder};
+pub use builder::{ArrayReaderBuilder, CacheOptionsBuilder};

Review Comment:
   Reverted. The extra pub use builder::{... CacheOptions ...} churn has been 
removed to keep this PR focused strictly on page index types.



##########
parquet/src/arrow/decoder/mod.rs:
##########
@@ -20,5 +20,7 @@
 mod delta_byte_array;
 mod dictionary_index;
 
+#[allow(unused_imports)]
 pub use delta_byte_array::DeltaByteArrayDecoder;
+#[allow(unused_imports)]

Review Comment:
   Reverted. The #[allow(unused_imports)] additions have been dropped.



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