uros-db commented on code in PR #46077:
URL: https://github.com/apache/spark/pull/46077#discussion_r1577746005
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala:
##########
@@ -1161,7 +1186,8 @@ object RegExpUtils {
| // regex value changed
| try {
| UTF8String r = $regexp.clone();
- | $termPattern = $classNamePattern.compile(r.toString());
+ | $termPattern = $classNamePattern.compile(r.toString(),
+ | CollationSupport.collationAwareRegexFlags($collationId));
Review Comment:
not here in particular, since this is a util func rather than case class
but otherwise should be fixed now
--
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]