kczimm commented on code in PR #8071: URL: https://github.com/apache/arrow-rs/pull/8071#discussion_r2261725971
########## parquet/src/file/metadata/reader.rs: ########## @@ -105,7 +126,15 @@ impl FooterTail { impl ParquetMetaDataReader { /// Create a new [`ParquetMetaDataReader`] pub fn new() -> Self { - Default::default() + Self { Review Comment: Thank you, you're right. This isn't how it started but it's how it ended up and I didn't catch it. I agree it shouldn't be changed. -- 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