alamb commented on code in PR #6042: URL: https://github.com/apache/arrow-rs/pull/6042#discussion_r1676799164
########## parquet/src/file/page_index/index.rs: ########## @@ -70,11 +65,9 @@ where #[derive(Debug, Clone, PartialEq)] #[allow(non_camel_case_types)] -/// Typed statistics for a data page in a column chunk. +/// Statistics for data pages in a column chunk. /// -/// This structure is part of the "Page Index" and is optionally part of -/// [ColumnIndex] in the parquet file and can be used to skip decoding pages -/// while reading the file data. +/// See [NativeIndex] for more information Review Comment: the rendered slightly differently in the generated rustdoc ([`NativeIndex`] renders in a monospace font) It would be good to keep them consistent. Thank you for the catch ```suggestion /// See [`NativeIndex`] for more information ``` -- 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]
