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 2b7239e  [SPARK-33125][SQL] Improve the error when Lead and Lag are 
not allowed to specify window frame
     add dc697a8  [SPARK-13860][SQL] Change statistical aggregate function to 
return null instead of Double.NaN when divideByZero

No new revisions were added by this update.

Summary of changes:
 R/pkg/tests/fulltests/test_sparkSQL.R              |   4 +-
 docs/sql-migration-guide.md                        |   2 +
 .../spark/sql/catalyst/analysis/TypeCoercion.scala |  18 +-
 .../expressions/aggregate/CentralMomentAgg.scala   |  60 ++++-
 .../sql/catalyst/expressions/aggregate/Corr.scala  |  22 +-
 .../expressions/aggregate/Covariance.scala         |  32 ++-
 .../org/apache/spark/sql/internal/SQLConf.scala    |  12 +
 .../results/postgreSQL/aggregates_part1.sql.out    |   4 +-
 .../results/postgreSQL/window_part4.sql.out        |  32 +--
 .../typeCoercion/native/promoteStrings.sql.out     |   8 +-
 .../udf/postgreSQL/udf-aggregates_part1.sql.out    |   4 +-
 .../sql-tests/results/udf/udf-window.sql.out       |   8 +-
 .../resources/sql-tests/results/window.sql.out     |  10 +-
 .../apache/spark/sql/DataFrameAggregateSuite.scala |  62 +++--
 .../spark/sql/DataFrameWindowFunctionsSuite.scala  | 252 ++++++++++++++-------
 .../sql/hive/execution/AggregationQuerySuite.scala |  12 +-
 .../sql/hive/execution/WindowQuerySuite.scala      |   9 +-
 17 files changed, 385 insertions(+), 166 deletions(-)


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

Reply via email to