This is an automated email from the ASF dual-hosted git repository.

yamamuro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from cc06266  [SPARK-33019][CORE] Use 
spark.hadoop.mapreduce.fileoutputcommitter.algorithm.version=1 by default
     add 3a299aa  [SPARK-32741][SQL] Check if the same ExprId refers to the 
unique attribute in logical plans

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 11 +++-
 .../spark/sql/catalyst/optimizer/Optimizer.scala   | 15 +++--
 .../spark/sql/catalyst/optimizer/subquery.scala    | 51 +++++++++-------
 .../sql/catalyst/plans/logical/LogicalPlan.scala   | 70 ++++++++++++++++++++++
 .../optimizer/FoldablePropagationSuite.scala       |  4 +-
 .../plans/logical/LogicalPlanIntegritySuite.scala  | 51 ++++++++++++++++
 .../sql/execution/adaptive/AQEOptimizer.scala      |  8 ++-
 .../apache/spark/sql/streaming/StreamSuite.scala   |  7 +--
 8 files changed, 181 insertions(+), 36 deletions(-)
 create mode 100644 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanIntegritySuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to