shehabgamin commented on code in PR #17022: URL: https://github.com/apache/datafusion/pull/17022#discussion_r2262209653
########## datafusion/datasource-parquet/src/reader.rs: ########## @@ -212,7 +212,7 @@ impl ParquetFileReaderFactory for CachedParquetFileReaderFactory { /// Implements [`AsyncFileReader`] for a Parquet file in object storage. Reads the file metadata /// from the [`FileMetadataCache`], if available, otherwise reads it directly from the file and then /// updates the cache. -pub(crate) struct CachedParquetFileReader { +pub struct CachedParquetFileReader { Review Comment: Same reason as here: https://github.com/apache/datafusion/pull/17022/files#r2262208618 -- 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