etseidl commented on PR #6474: URL: https://github.com/apache/arrow-rs/pull/6474#issuecomment-2379753152
cc @alamb. I did not like that the `load...` functions in `ParquetMetaDataReader` took ownership of `fetch`. This made sense in `MetadataLoader` because the fetch object was used multiple times within the loader object. It took me some time to figure out the correct incantation to allow passing references 😅. Please take a close look at the changes in `reader.rs` to see if you agree with how I've done it. 🙏 -- 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]
