mapleFU commented on code in PR #6042: URL: https://github.com/apache/arrow-rs/pull/6042#discussion_r1675755266
########## 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: Not familiar with Rust doc by L:30 is [`NativeIndex`], this line is [NaiveIndex], do they have any differences? -- 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]
