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/06/08 09:50:32 UTC

[spark] branch master updated (cbbc06147ec -> 4ddf83f7f42)

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 cbbc06147ec [SPARK-43992][SQL][PYTHON][CONNECT] Add optional pattern for Catalog.listFunctions
     add 4ddf83f7f42 [SPARK-43916][SQL][PYTHON][CONNECT] Add percentile to Scala and Python API

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/sql/functions.scala     |  19 ++++++
 .../apache/spark/sql/PlanGenerationTestSuite.scala |   4 ++
 .../explain-results/function_percentile.explain    |   2 +
 ...mn_bitwiseXOR.json => function_percentile.json} |   4 +-
 ...ith.proto.bin => function_percentile.proto.bin} | Bin 192 -> 192 bytes
 .../source/reference/pyspark.sql/functions.rst     |   1 +
 python/pyspark/sql/connect/functions.py            |  33 +++++++++
 python/pyspark/sql/functions.py                    |  74 +++++++++++++++++++++
 python/pyspark/sql/tests/test_functions.py         |  46 +++++++++++++
 .../scala/org/apache/spark/sql/functions.scala     |  29 ++++++++
 .../apache/spark/sql/DataFrameAggregateSuite.scala |  23 +++++++
 11 files changed, 233 insertions(+), 2 deletions(-)
 create mode 100644 connector/connect/common/src/test/resources/query-tests/explain-results/function_percentile.explain
 copy connector/connect/common/src/test/resources/query-tests/queries/{column_bitwiseXOR.json => function_percentile.json} (90%)
 copy connector/connect/common/src/test/resources/query-tests/queries/{column_startsWith.proto.bin => function_percentile.proto.bin} (84%)


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