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 2022/07/26 07:37:56 UTC

[spark] branch master updated (72b55ccf832 -> 5c0d5515956)

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 72b55ccf832 [SPARK-39856][SQL][TESTS][FOLLOW-UP] Increase the number of partitions in TPC-DS build to avoid out-of-memory
     add 5c0d5515956 [SPARK-39808][SQL] Support aggregate function MODE

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../sql/catalyst/expressions/aggregate/Mode.scala  | 94 ++++++++++++++++++++++
 .../expressions/aggregate/interfaces.scala         | 67 +++++++++++++++
 .../expressions/aggregate/percentiles.scala        | 60 +-------------
 .../sql-functions/sql-expression-schema.md         |  1 +
 .../test/resources/sql-tests/inputs/group-by.sql   |  4 +
 .../resources/sql-tests/results/group-by.sql.out   | 19 +++++
 7 files changed, 188 insertions(+), 58 deletions(-)
 create mode 100644 sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Mode.scala


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