tustvold opened a new pull request, #1804: URL: https://github.com/apache/arrow-rs/pull/1804
_Draft as builds on #1803_ # Which issue does this PR close? Part of https://github.com/apache/arrow-rs/issues/1605 # Rationale for this change This makes it possible for AsyncChunkReader implementations to implement `AsyncChunkReader::get_metadata` without having to duplicate functionality from the parquet crate. # What changes are included in this PR? Tweaks the methods used to read parquet to allow them to be exposed publicly # Are there any user-facing changes? The sync reader will no longer pre-fetch bytes when reading the footer. I'm inclined to think this will be complete wash in terms of performance, and makes the implementation simpler. -- 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]
