nuno-faria commented on code in PR #17022: URL: https://github.com/apache/datafusion/pull/17022#discussion_r2264870730
########## datafusion/datasource-parquet/src/file_format.rs: ########## @@ -1033,24 +1038,62 @@ impl MetadataFetch for ObjectStoreFetch<'_> { /// through [`ParquetFileReaderFactory`]. /// /// [`ParquetFileReaderFactory`]: crate::ParquetFileReaderFactory -pub async fn fetch_parquet_metadata( - store: &dyn ObjectStore, - meta: &ObjectMeta, +pub async fn fetch_parquet_metadata<F: MetadataFetch>( Review Comment: I wonder now if this function should go to a separate module (a `utils.rs` or similar?). This is because the `file_format` refers to `reader` and `reader` refers to `file_format`. cc @alamb -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org