cloud-fan commented on code in PR #51521:
URL: https://github.com/apache/spark/pull/51521#discussion_r2258819335
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -1025,6 +1025,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ lazy val COLLATION_AWARE_HASHING_ENABLED =
+ buildConf("spark.sql.legacy.collationAwareHashFunctions")
+ .doc("Enables collation aware hashing (legacy behavior) for collated
strings in " +
Review Comment:
```suggestion
.internal()
.doc("Enables collation aware hashing (legacy behavior) for collated
strings in " +
```
--
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]