shehabgamin commented on code in PR #17022: URL: https://github.com/apache/datafusion/pull/17022#discussion_r2264173426
########## datafusion/datasource-parquet/src/mod.rs: ########## @@ -24,7 +24,7 @@ pub mod file_format; mod metrics; mod opener; mod page_filter; -mod reader; +pub mod reader; Review Comment: Works with me! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
