uros-db commented on code in PR #46511: URL: https://github.com/apache/spark/pull/46511#discussion_r1599772157
########## common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationAwareUTF8String.java: ########## @@ -183,6 +204,19 @@ public static int findInSet(final UTF8String match, final UTF8String set, int co return 0; } + public static int lowercaseIndexOf(final UTF8String target, final UTF8String pattern, Review Comment: Added -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org