findepi commented on code in PR #11512: URL: https://github.com/apache/datafusion/pull/11512#discussion_r1693204221
########## datafusion/common/src/config.rs: ########## @@ -1552,7 +1552,7 @@ config_namespace_with_hashmap! { /// Options controlling parquet format for individual columns. /// /// See [`ParquetOptions`] for more details - pub struct ColumnOptions { + pub struct ParquetColumnOptions { Review Comment: We could additionally (later) move the Parquet functionality to Parquet-related modules/files. Perhaps just for organizational purposes. -- 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