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 fdb2db7  [SPARK-37669][PYTHON] Remove unnecessary usages of OrderedDict
     add e1c8cc1  [SPARK-37613][SQL] Support ANSI Aggregate Function: regr_count

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../catalyst/expressions/aggregate/RegrCount.scala | 56 ++++++++++++++++++++++
 .../sql/catalyst/optimizer/finishAnalysis.scala    |  3 +-
 .../spark/sql/catalyst/trees/TreePatterns.scala    |  1 +
 .../sql-functions/sql-expression-schema.md         |  3 +-
 .../test/resources/sql-tests/inputs/group-by.sql   |  9 ++++
 .../inputs/postgreSQL/aggregates_part1.sql         |  2 +-
 .../inputs/udf/postgreSQL/udf-aggregates_part1.sql |  2 +-
 .../resources/sql-tests/results/group-by.sql.out   | 46 +++++++++++++++++-
 .../results/postgreSQL/aggregates_part1.sql.out    | 10 +++-
 .../udf/postgreSQL/udf-aggregates_part1.sql.out    | 10 +++-
 11 files changed, 136 insertions(+), 7 deletions(-)
 create mode 100644 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/RegrCount.scala

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to