You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2023/03/20 00:49:34 UTC

[spark] branch master updated (d0c174c0f83 -> 1e7e47d6220)

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

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


    from d0c174c0f83 [SPARK-42850][SQL] Remove duplicated rule CombineFilters in Optimizer
     add 1e7e47d6220 [SPARK-41233][SQL][PYTHON] Add `array_prepend` function

No new revisions were added by this update.

Summary of changes:
 .../CheckConnectJvmClientCompatibility.scala       |   1 +
 .../source/reference/pyspark.sql/functions.rst     |   1 +
 python/pyspark/sql/functions.py                    |  30 +++++
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   1 +
 .../expressions/collectionOperations.scala         | 146 +++++++++++++++++++++
 .../expressions/CollectionExpressionsSuite.scala   |  44 +++++++
 .../scala/org/apache/spark/sql/functions.scala     |  11 ++
 .../sql-functions/sql-expression-schema.md         |   3 +-
 .../src/test/resources/sql-tests/inputs/array.sql  |  11 ++
 .../resources/sql-tests/results/ansi/array.sql.out |  72 ++++++++++
 .../test/resources/sql-tests/results/array.sql.out |  72 ++++++++++
 .../apache/spark/sql/DataFrameFunctionsSuite.scala |  68 ++++++++++
 12 files changed, 459 insertions(+), 1 deletion(-)


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