miland-db commented on PR #45725: URL: https://github.com/apache/spark/pull/45725#issuecomment-2020856340
- Using this function without explicit collations should have the same performance as before. - For UTF8_BINARY_LCASE collation, performance should have the same _asymptotic time complexity_ but it will take a bit more time for converting strings to lowercase. - Performance for other non-binary collations depends on StringSearch implementation, but it is widely used to do string search on collated strings. -- 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]
