dtenedor opened a new pull request, #49079:
URL: https://github.com/apache/spark/pull/49079

   ### What changes were proposed in this pull request?
   
   This PR enables SQL pipe syntax by default by updating the default value of 
the `spark.sql.operatorPipeSyntaxEnabled` configuration from `Utils.isTesting` 
to `true`.
   
   ### Why are the changes needed?
   
   This feature is ready for general usage. It is fully backwards-compatible, 
and will cause no breaking changes to existing SQL queries.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, see above.
   
   ### How was this patch tested?
   
   This PR also cleans up a unit test by removing the assignment of that 
configuration to true, since that is the default value now.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No


-- 
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]

Reply via email to