cloud-fan commented on a change in pull request #27454: [SPARK-28228][SQL]
Change the default behavior for nested WITH clause
URL: https://github.com/apache/spark/pull/27454#discussion_r375045013
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2714,6 +2714,8 @@ class SQLConf extends Serializable with Logging {
def csvFilterPushDown: Boolean = getConf(CSV_FILTER_PUSHDOWN_ENABLED)
+ def legacyCTEPrecedenceEnabled: Option[Boolean] =
getConf(LEGACY_CTE_PRECEDENCE_ENABLED)
Review comment:
I think it's not encouraged to create a method now. We should call `getConf`
directly.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]