alamb commented on code in PR #3625:
URL: https://github.com/apache/arrow-rs/pull/3625#discussion_r1090065424


##########
parquet/src/file/metadata.rs:
##########
@@ -277,6 +298,8 @@ impl RowGroupMetaData {
     }
 
     /// Returns reference of page offset index of all column in this row group.
+    ///
+    /// The returned vector contains 
`page_offset[column_number][row_group_number]`

Review Comment:
   🤦  yes you are correct
   
   ```suggestion
       /// The returned vector contains 
`page_offset[column_number][page_number]`
   ```



##########
parquet/src/file/metadata.rs:
##########
@@ -292,6 +315,8 @@ impl RowGroupMetaData {
     }
 
     /// Sets page offset index for this row group.
+    ///
+    /// The vector represents `page_offset[column_number][row_group_number]`

Review Comment:
   ```suggestion
       /// The vector represents `page_offset[column_number][page_number]`
   ```



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