alamb commented on code in PR #6474:
URL: https://github.com/apache/arrow-rs/pull/6474#discussion_r1779461095
##########
parquet/src/arrow/async_reader/mod.rs:
##########
@@ -212,16 +212,18 @@ impl ArrowReaderMetadata {
input: &mut T,
options: ArrowReaderOptions,
) -> Result<Self> {
+ // TODO: this is all rather awkward. It would be nice if
AsyncFileReader::get_metadata
Review Comment:
Filed https://github.com/apache/arrow-rs/issues/6476
--
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]