shanisolomon commented on a change in pull request #1318: URL: https://github.com/apache/arrow-rs/pull/1318#discussion_r807887417
########## File path: parquet/src/file/metadata.rs ########## @@ -350,6 +350,10 @@ pub struct ColumnChunkMetaData { dictionary_page_offset: Option<i64>, statistics: Option<Statistics>, bloom_filter_offset: Option<i64>, + offset_index_offset: Option<i64>, Review comment: I agree, and this is also why I chose to keep it that way. :) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org