etseidl commented on code in PR #10842: URL: https://github.com/apache/arrow-rs/pull/10842#discussion_r3873593770
########## parquet/src/file/metadata/mod.rs: ########## @@ -97,286 +99,6 @@ use std::sync::Arc; pub use writer::ParquetMetaDataWriter; pub(crate) use writer::ThriftMetadataWriter; -/// Encapsulates the Parquet [Page Index] for efficient page-level data skipping Review Comment: This is all moved to page_index.rs -- 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]
