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

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


    from 9a7596e  [SPARK-37618][CORE] Remove shuffle blocks using the shuffle 
service for released executors
     add 8262a7b  [SPARK-38219][SQL] Support ANSI aggregation function 
`percentile_cont` as window function

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/SqlBaseParser.g4     |   2 +-
 .../sql/catalyst/analysis/CheckAnalysis.scala      |   6 +-
 .../expressions/aggregate/PercentileCont.scala     |  41 +++++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  17 ++-
 .../sql/catalyst/parser/PlanParserSuite.scala      |   6 +-
 .../src/test/resources/sql-tests/inputs/window.sql |  57 +++++++++
 .../resources/sql-tests/results/group-by.sql.out   |   4 +-
 .../resources/sql-tests/results/window.sql.out     | 131 ++++++++++++++++++++-
 8 files changed, 251 insertions(+), 13 deletions(-)
 create mode 100644 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/PercentileCont.scala

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

Reply via email to