cloud-fan commented on code in PR #51337:
URL: https://github.com/apache/spark/pull/51337#discussion_r2182178942
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -5580,7 +5580,7 @@ object SQLConf {
"and form them via pretty SQL print.")
.version("3.5.0")
.booleanConf
- .createWithDefault(false)
+ .createWithDefault(true)
Review Comment:
We should have done it earlier to make sure this feature works well by
passing all tests
--
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]