kczimm commented on code in PR #8071: URL: https://github.com/apache/arrow-rs/pull/8071#discussion_r2263332718
########## parquet/src/file/metadata/reader.rs: ########## @@ -593,7 +642,15 @@ impl ParquetMetaDataReader { col_idx, ) } - None => Err(general_err!("missing offset index")), + None => { Review Comment: Thanks for the thoughtful feedback, @etseidl. I see what you mean. I pushed a commit that was an attempt to implement your desire. -- 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