uros-db commented on code in PR #51521:
URL: https://github.com/apache/spark/pull/51521#discussion_r2212600082
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/hash.scala:
##########
@@ -421,6 +423,9 @@ abstract class HashExpression[E] extends Expression {
s"$result = $hasherClassName.hashInt($input.months, $microsecondsHash);"
}
+ private def isAlwaysCollationAwareBug: Boolean =
Review Comment:
The original issue was that hashing was unintentionally collation aware,
instead of collation agnostic. This is why `isAlwaysCollationAwareBug` may be a
better fit here.
--
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]