This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
from 6ad0bd448b6e [SPARK-51890][SQL] Add New Parameter `options` to Logical Plan `View` add 64a7e6de0ce2 [SPARK-51609][SQL] Optimize Recursive CTE execution for simple queries No new revisions were added by this update. Summary of changes: .../catalyst/expressions/namedExpressions.scala | 8 ++ .../spark/sql/catalyst/optimizer/Optimizer.scala | 7 +- .../org/apache/spark/sql/internal/SQLConf.scala | 8 ++ .../benchmarks/RecursiveCTEBenchmark-results.txt | 95 ++++++++++++++++++++++ .../spark/sql/execution/SparkOptimizer.scala | 4 +- .../apache/spark/sql/execution/UnionLoopExec.scala | 92 ++++++++++++++++----- .../benchmark/RecursiveCTEBenchmark.scala | 83 +++++++++++++++++++ .../sql/execution/metric/SQLMetricsSuite.scala | 33 ++++---- 8 files changed, 290 insertions(+), 40 deletions(-) create mode 100644 sql/core/benchmarks/RecursiveCTEBenchmark-results.txt create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/RecursiveCTEBenchmark.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org