etseidl commented on code in PR #8071: URL: https://github.com/apache/arrow-rs/pull/8071#discussion_r2264388593
########## 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 @kczimm. I'll try to review some time in the next few days. First glance looks good. -- 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