cloud-fan commented on code in PR #47650:
URL: https://github.com/apache/spark/pull/47650#discussion_r1707147178
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -765,7 +765,7 @@ object SQLConf {
"feature flag.")
.version("4.0.0")
.booleanConf
- .createWithDefault(Utils.isTesting)
+ .createWithDefault(true)
Review Comment:
can we grep `spark.sql.collation.enable` in the codebase? IIRC we explicitly
enable this conf in some examples of SQL function doc.
--
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]