cloud-fan commented on code in PR #51521:
URL: https://github.com/apache/spark/pull/51521#discussion_r2218074008


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/hash.scala:
##########
@@ -421,6 +424,9 @@ abstract class HashExpression[E] extends Expression {
     s"$result = $hasherClassName.hashInt($input.months, $microsecondsHash);"
   }
 
+  private def legacyCollationAwareHashing: Boolean =

Review Comment:
   This is the desired behavior, isn't it? We shouldn't apply a new config in 
the middle of query execution. The semantic should be fixed when the query plan 
has been planned.



-- 
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]

Reply via email to