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: 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