etseidl commented on code in PR #8048: URL: https://github.com/apache/arrow-rs/pull/8048#discussion_r2258303252
########## parquet/src/basic.rs: ########## @@ -26,17 +28,11 @@ use crate::format as parquet; use crate::errors::{ParquetError, Result}; -// Re-export crate::format types used in this module Review Comment: Yes, as well as replacing uses of `format` structures with the new ones defined here. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org