findepi commented on code in PR #13576: URL: https://github.com/apache/datafusion/pull/13576#discussion_r1880119328
########## datafusion/common/src/config.rs: ########## @@ -212,11 +219,12 @@ config_namespace! { pub enable_ident_normalization: bool, default = true /// When set to true, SQL parser will normalize options value (convert value to lowercase) - pub enable_options_value_normalization: bool, default = true + pub enable_options_value_normalization: bool, default = false Review Comment: Looking at the linked issue and its PR, it seems what I am looking for is exactly what @ozankabak wanted in https://github.com/apache/datafusion/pull/11330#issuecomment-2246242461 > We would like to have key-level control on what normalization means for config options, built-in and extension. this PR addresses this for built-in options. A nice generic normalization for extension options is yet to be addressed. -- 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