cloud-fan commented on code in PR #51521:
URL: https://github.com/apache/spark/pull/51521#discussion_r2212821708
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -982,6 +982,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ lazy val COLLATION_AGNOSTIC_HASHING_ENABLED =
+ buildConf("spark.sql.collation.collationAgnosticHashing.enabled")
Review Comment:
I'd name it `spark.sql.legacy.collationAwareHashFunctions`, and the default
value is false.
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -982,6 +982,14 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ lazy val COLLATION_AGNOSTIC_HASHING_ENABLED =
Review Comment:
```suggestion
val COLLATION_AGNOSTIC_HASHING_ENABLED =
```
--
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]