andygrove commented on code in PR #2329: URL: https://github.com/apache/datafusion-comet/pull/2329#discussion_r2329084212
########## common/src/main/scala/org/apache/comet/CometConf.scala: ########## @@ -228,8 +230,6 @@ object CometConf extends ShimCometConf { createExecEnabledConfig("window", defaultValue = true) val COMET_EXEC_TAKE_ORDERED_AND_PROJECT_ENABLED: ConfigEntry[Boolean] = createExecEnabledConfig("takeOrderedAndProject", defaultValue = true) - val COMET_EXEC_INITCAP_ENABLED: ConfigEntry[Boolean] = - createExecEnabledConfig("initCap", defaultValue = false) Review Comment: `InitCap` is an expression, not an exec, so this was always confusing -- 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