tustvold commented on code in PR #5137:
URL: https://github.com/apache/arrow-rs/pull/5137#discussion_r1407862941
##########
parquet/src/arrow/async_reader/metadata.rs:
##########
@@ -198,7 +196,8 @@ impl<F: MetadataFetch> MetadataLoader<F> {
}
}
-struct MetadataFetchFn<F>(F);
+/// Helper struct to wrap async fetch functions so they can be used with
[`MetadataLoader`] through [`MetadataFetch`]
+pub struct MetadataFetchFn<F>(F);
Review Comment:
I think lets keep it private for now
--
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]