alamb commented on code in PR #11514: URL: https://github.com/apache/datafusion/pull/11514#discussion_r1683488266
########## datafusion/common/src/config.rs: ########## @@ -311,6 +311,10 @@ config_namespace! { /// Should DataFusion keep the columns used for partition_by in the output RecordBatches pub keep_partition_by_columns: bool, default = false + + /// If true, the parquet reader will replace `Utf8/Utf8Large` with `Utf8View`, Review Comment: Cool, so let's just update the comments ```suggestion /// If true, listing tables will read columns of `Utf8/Utf8Large` with `Utf8View`, ``` -- 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