parthchandra commented on PR #4824: URL: https://github.com/apache/datafusion-comet/pull/4824#issuecomment-4910074900
Interesting observation - soundex is valid only for Latin1 characters and Spark silently skips characters that are not Latin1 which means it appears to do a phonetic match on non Latin1 characters but, in fact, does not. FWIW, this PR appears to match that behavior. Oh well. -- 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]
