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


##########
parquet/src/file/metadata/reader.rs:
##########
@@ -412,6 +418,17 @@ impl ParquetMetaDataReader {
         Ok(())
     }
 
+    fn empty_page_indexes(&mut self) {

Review Comment:
   ```suggestion
       /// Set the column_index and offset_indexes to empty `Vec` for backwards 
compatibility
       /// 
       /// See <https://github.com/apache/arrow-rs/pull/6451>  for details
       fn empty_page_indexes(&mut self) {
   ```



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