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/03/29 12:10:11 UTC

[spark] branch master updated (3e12ec9 -> b01d81e)

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 3e12ec9  [SPARK-38657][UI][SQL] Rename 'SQL' to 'SQL / DataFrame' in SQL UI page
     add b01d81e  [SPARK-37641][SQL] Support ANSI Aggregate Function: regr_r2

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../expressions/aggregate/linearRegression.scala   | 34 +++++++++++++++++++-
 .../aggregate/AggregateExpressionSuite.scala       | 21 +++++++++++--
 .../sql-functions/sql-expression-schema.md         |  3 +-
 .../test/resources/sql-tests/inputs/group-by.sql   |  6 ++++
 .../inputs/postgreSQL/aggregates_part1.sql         |  2 +-
 .../inputs/udf/postgreSQL/udf-aggregates_part1.sql |  2 +-
 .../resources/sql-tests/results/group-by.sql.out   | 36 +++++++++++++++++++++-
 .../results/postgreSQL/aggregates_part1.sql.out    | 10 +++++-
 .../udf/postgreSQL/udf-aggregates_part1.sql.out    | 10 +++++-
 10 files changed, 116 insertions(+), 9 deletions(-)

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