alamb commented on code in PR #19515: URL: https://github.com/apache/datafusion/pull/19515#discussion_r2656402159
########## datafusion/common/src/lib.rs: ########## @@ -51,6 +51,7 @@ pub mod instant; pub mod metadata; pub mod nested_struct; mod null_equality; +pub mod parquet_config; Review Comment: minor nit -- as a follow on PR it might be nice to put this module in `config/parquet.rs` or something rather than make a new top level module in datafusion-common -- 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]
