MaxGekk commented on code in PR #51337:
URL: https://github.com/apache/spark/pull/51337#discussion_r2182241715
##########
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:
I switched the config only to detect the tests that make some assumption
about column aliases algorithm. Not going to merge it.
> we should handle test failures carefully and figure out if there is any
bug in this feature
I agree. We should.
--
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]