jhorstmann commented on code in PR #6042:
URL: https://github.com/apache/arrow-rs/pull/6042#discussion_r1673833351


##########
parquet/src/file/metadata/mod.rs:
##########
@@ -60,7 +60,13 @@ use crate::schema::types::{
 /// column in the third row group of the parquet file.
 pub type ParquetColumnIndex = Vec<Vec<Index>>;
 
-/// [`PageLocation`] for each data page of each row group of each column.
+/// [`PageLocation`] for each data page of each row group of each column
+///
+/// This structure is the parsed representation of the [`OffsetIndex`] from the
+/// Parquet file footer, as described in the Parquet [PageIndex documentation].
+///
+/// This structure is the parsed representation of the [`ColumnIndex`] in a 
parquet

Review Comment:
   Is this sentence maybe meant for the `ParquetColumnIndex` type above? 
Otherwise I'm getting more confused by the comment.



-- 
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]

Reply via email to