This is an automated email from the ASF dual-hosted git repository.

sarutak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 4cc39cf  [SPARK-36101][CORE] Grouping exception in core/api
     add 30d17b6  [SPARK-36683][SQL] Add new built-in SQL functions: SEC and CSC

No new revisions were added by this update.

Summary of changes:
 python/docs/source/reference/pyspark.sql.rst       |  2 +
 python/pyspark/sql/functions.py                    | 58 ++++++++++++++++
 python/pyspark/sql/functions.pyi                   |  2 +
 python/pyspark/sql/tests/test_functions.py         | 78 ++++++++++++----------
 python/pyspark/testing/sqlutils.py                 |  8 +++
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  2 +
 .../sql/catalyst/expressions/mathExpressions.scala | 46 +++++++++++++
 .../expressions/MathExpressionsSuite.scala         | 28 ++++++++
 .../scala/org/apache/spark/sql/functions.scala     | 18 +++++
 .../sql-functions/sql-expression-schema.md         |  4 +-
 .../test/resources/sql-tests/inputs/operators.sql  |  8 +++
 .../resources/sql-tests/results/operators.sql.out  | 66 +++++++++++++++++-
 .../org/apache/spark/sql/MathFunctionsSuite.scala  | 15 +++++
 13 files changed, 299 insertions(+), 36 deletions(-)

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

Reply via email to