etseidl commented on code in PR #6068: URL: https://github.com/apache/arrow-rs/pull/6068#discussion_r1681795471
########## parquet/src/file/page_index/index_reader.rs: ########## @@ -81,9 +82,9 @@ pub fn read_columns_indexes<R: ChunkReader>( /// Return an empty vector if this row group does not contain an /// [`OffsetIndex]`. /// -/// See [Column Index Documentation] for more details. +/// See [Page Index Documentation] for more details. /// -/// [Column Index Documentation]: https://github.com/apache/parquet-format/blob/master/PageIndex.md +/// [Page Index Documentation]: https://github.com/apache/parquet-format/blob/master/PageIndex.md pub fn read_pages_locations<R: ChunkReader>( Review Comment: That's in my master plan 😄 -- 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]
