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 e2796d2 [SPARK-38227][SQL][SS] Apply strict nullability of nested
column in time window / session window
add 6242145 [SPARK-37475][SQL] Add scale parameter to floor and ceil
functions
No new revisions were added by this update.
Summary of changes:
.../sql/catalyst/analysis/FunctionRegistry.scala | 13 +-
.../sql/catalyst/expressions/mathExpressions.scala | 181 +++++++++++++++----
.../spark/sql/errors/QueryCompilationErrors.scala | 8 +
.../expressions/MathExpressionsSuite.scala | 131 +++++++++++++-
.../scala/org/apache/spark/sql/functions.scala | 32 +++-
.../inputs/ceil-floor-with-scale-param.sql | 27 +++
.../results/ceil-floor-with-scale-param.sql.out | 200 +++++++++++++++++++++
.../org/apache/spark/sql/MathFunctionsSuite.scala | 69 ++++++-
8 files changed, 611 insertions(+), 50 deletions(-)
create mode 100644
sql/core/src/test/resources/sql-tests/inputs/ceil-floor-with-scale-param.sql
create mode 100644
sql/core/src/test/resources/sql-tests/results/ceil-floor-with-scale-param.sql.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]