Blizzara commented on PR #1051: URL: https://github.com/apache/datafusion-comet/pull/1051#issuecomment-2589229043
Thanks @kazuyukitanimura ! FWIW, for our internal stuff, I did make a modified copy of DFs initcap, basically just replacing `prev_is_alphanumeric = c.is_alphanumeric()` with `previous_character_space = c == ' ';`. I'm sure there are edge cases where it fails to match spark, but for us it felt good enough. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
