panbingkun commented on PR #47825: URL: https://github.com/apache/spark/pull/47825#issuecomment-2304483027
@uros-db @MaxGekk I have checked `all expressions` with spark input data type `StringTypeAnyCollation`, and I believe that `split_part` and `levenshtein` should also need similar checks and enhancements. Therefore, I have submitted the following two PRs to complete it. - `split_part`: https://github.com/apache/spark/pull/47845 - `levenshtein`: https://github.com/apache/spark/pull/47847 please help review it when you have free time, thank you very much! -- 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]
