zhuqi-lucas commented on code in PR #15104: URL: https://github.com/apache/datafusion/pull/15104#discussion_r1986337689
########## datafusion/common/src/config.rs: ########## @@ -252,6 +252,11 @@ config_namespace! { /// string length and thus DataFusion can not enforce such limits. pub support_varchar_with_length: bool, default = true + /// If true, permit `VARCHAR` default convert to `Utf8View` in the logical plan. + /// If false, `VARCHAR` will be converted to `Utf8` in the logical plan. + /// Default is false. + pub support_varchar_to_view_types: bool, default = false Review Comment: Thank you @alamb for good suggestion, addressed in latest PR. -- 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