dtenedor commented on code in PR #49079:
URL: https://github.com/apache/spark/pull/49079#discussion_r1874248515
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -5113,7 +5113,7 @@ object SQLConf {
"the sequence of steps that the query performs in a composable
fashion.")
.version("4.0.0")
.booleanConf
- .createWithDefault(Utils.isTesting)
+ .createWithDefault(true)
Review Comment:
Sounds good, I added test coverage to exercise the error message with pipe
syntax when the config is disabled.
--
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]