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 528160f0 [SPARK-33174][SQL] Migrate DROP TABLE to use 
UnresolvedTableOrView to resolve the identifier
     add 9fb4536  [SPARK-33183][SQL] Fix Optimizer rule EliminateSorts and add 
a physical rule to remove redundant sorts

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |  16 ++-
 .../org/apache/spark/sql/internal/SQLConf.scala    |   7 +
 .../catalyst/optimizer/EliminateSortsSuite.scala   | 102 +++++++++++++--
 .../spark/sql/execution/QueryExecution.scala       |   1 +
 .../spark/sql/execution/RemoveRedundantSorts.scala |  46 +++++++
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |   2 +
 .../apache/spark/sql/execution/PlannerSuite.scala  |  13 --
 .../sql/execution/RemoveRedundantSortsSuite.scala  | 144 +++++++++++++++++++++
 8 files changed, 303 insertions(+), 28 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/RemoveRedundantSorts.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/RemoveRedundantSortsSuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to