comphead commented on PR #1698: URL: https://github.com/apache/datafusion-comet/pull/1698#issuecomment-2845671771
> Interesting we getting regressions for some string functions like > > * initcap > * lower > * upper > * abs > ... > > @mbutrovich ^^ Might be related to this param ``` val COMET_CASE_CONVERSION_ENABLED: ConfigEntry[Boolean] = conf("spark.comet.caseConversion.enabled") .doc( "Java uses locale-specific rules when converting strings to upper or lower case and " + "Rust does not, so we disable upper and lower by default.") .booleanConf .createWithDefault(false) ``` -- 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