dongjoon-hyun commented on a change in pull request #25029: [SPARK-28228][SQL]
Fix substitution order of nested WITH clauses
URL: https://github.com/apache/spark/pull/25029#discussion_r300753650
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1838,6 +1838,12 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val LEGACY_CTE_SUBSTITUTION_ENABLED =
buildConf("spark.sql.legacy.cte.substitution.enabled")
Review comment:
We still do `substituteCTE`. Can we have a better name?
----------------------------------------------------------------
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]