uros-db commented on code in PR #45216:
URL: https://github.com/apache/spark/pull/45216#discussion_r1510763028
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala:
##########
@@ -497,10 +497,32 @@ case class Lower(child: Expression)
abstract class StringPredicate extends BinaryExpression
with Predicate with ImplicitCastInputTypes with NullIntolerant {
+ final val collationId: Int =
left.dataType.asInstanceOf[StringType].collationId
Review Comment:
makes sense! fixed
--
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]