You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/10/28 06:44:26 UTC

[spark] branch master updated (9fb4536 -> 3c3ad5f)

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 9fb4536  [SPARK-33183][SQL] Fix Optimizer rule EliminateSorts and add a physical rule to remove redundant sorts
     add 3c3ad5f  [SPARK-32934][SQL] Improve the performance for NTH_VALUE and reactor the OffsetWindowFunction

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |   2 +-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |   5 +-
 .../catalyst/expressions/windowExpressions.scala   |  86 +++++++++-----
 .../spark/sql/execution/window/WindowExec.scala    |   8 +-
 .../sql/execution/window/WindowExecBase.scala      |  43 ++++++-
 .../sql/execution/window/WindowFunctionFrame.scala | 123 +++++++++++++++++++--
 .../src/test/resources/sql-tests/inputs/window.sql |  30 +++++
 .../resources/sql-tests/results/window.sql.out     |  98 +++++++++++++++-
 .../spark/sql/DataFrameWindowFunctionsSuite.scala  |  17 +--
 9 files changed, 353 insertions(+), 59 deletions(-)


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