You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2022/06/03 06:29:36 UTC

[spark] branch master updated (9e6f2dd7268 -> 873ad5596b5)

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 9e6f2dd7268 [SPARK-39320][SQL] Support aggregate function `MEDIAN`
     add 873ad5596b5 [SPARK-37623][SQL] Support ANSI Aggregate Function: regr_intercept

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../expressions/aggregate/Covariance.scala         |  4 +-
 .../expressions/aggregate/linearRegression.scala   | 57 +++++++++++++++++++++-
 .../aggregate/AggregateExpressionSuite.scala       | 17 +++++++
 .../sql-functions/sql-expression-schema.md         |  1 +
 .../sql-tests/inputs/linear-regression.sql         |  6 +++
 .../inputs/postgreSQL/aggregates_part1.sql         |  2 +-
 .../inputs/udf/postgreSQL/udf-aggregates_part1.sql |  2 +-
 .../sql-tests/results/linear-regression.sql.out    | 35 ++++++++++++-
 .../results/postgreSQL/aggregates_part1.sql.out    | 10 +++-
 .../udf/postgreSQL/udf-aggregates_part1.sql.out    | 10 +++-
 11 files changed, 136 insertions(+), 9 deletions(-)


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