alamb commented on code in PR #8071: URL: https://github.com/apache/arrow-rs/pull/8071#discussion_r2276446549
########## parquet/src/file/metadata/reader.rs: ########## @@ -118,27 +139,49 @@ impl ParquetMetaDataReader { } /// Enable or disable reading the page index structures described in - /// "[Parquet page index]: Layout to Support Page Skipping". Equivalent to: - /// `self.with_column_indexes(val).with_offset_indexes(val)` + /// "[Parquet page index]: Layout to Support Page Skipping". /// /// [Parquet page index]: https://github.com/apache/parquet-format/blob/master/PageIndex.md + #[deprecated(since = "56.0.0", note = "Use `with_page_index_policy` instead")] Review Comment: I think technically it will be `56.1.0` (not `56.0.1`) -- 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