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 030c1baf2bd [SPARK-41690][SQL][CONNECT] Agnostic Encoders
     add a1767bdcfaa [SPARK-41235][SQL][PYTHON] High-order function: 
array_compact implementation

No new revisions were added by this update.

Summary of changes:
 .../source/reference/pyspark.sql/functions.rst     |  1 +
 python/pyspark/sql/functions.py                    | 26 +++++++++
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../expressions/collectionOperations.scala         | 31 +++++++++++
 .../scala/org/apache/spark/sql/functions.scala     | 10 ++++
 .../sql-functions/sql-expression-schema.md         |  1 +
 .../src/test/resources/sql-tests/inputs/array.sql  |  8 +++
 .../resources/sql-tests/results/ansi/array.sql.out | 65 ++++++++++++++++++++++
 .../test/resources/sql-tests/results/array.sql.out | 65 ++++++++++++++++++++++
 .../apache/spark/sql/DataFrameFunctionsSuite.scala | 44 +++++++++++++++
 10 files changed, 252 insertions(+)


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

Reply via email to