uros-db commented on code in PR #47621:
URL: https://github.com/apache/spark/pull/47621#discussion_r1711398316
##########
common/unsafe/src/main/java/org/apache/spark/sql/catalyst/util/CollationAwareUTF8String.java:
##########
@@ -1166,6 +1169,60 @@ public static UTF8String trimRight(
return UTF8String.fromString(src.substring(0, charIndex));
}
+ public static UTF8String[] splitSQL(final UTF8String input, final UTF8String
delim,
Review Comment:
by Spark terminology, `split` refers to splitting on a regex, while
`splitSQL` refers to splitting on a delimiter (in this expression, we want the
latter)
--
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]