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

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


    from 6bf031796c8c [SPARK-44740][CONNECT][TESTS][FOLLOWUP] Deduplicate 
`test_metadata`
     add e2c0471476ea [SPARK-47395] Add collate and collation to other APIs

No new revisions were added by this update.

Summary of changes:
 R/pkg/NAMESPACE                                    |   2 +
 R/pkg/R/functions.R                                |  29 ++++++++++++
 R/pkg/R/generics.R                                 |   8 ++++
 R/pkg/tests/fulltests/test_sparkSQL.R              |   2 +
 .../scala/org/apache/spark/sql/functions.scala     |  16 +++++++
 .../apache/spark/sql/PlanGenerationTestSuite.scala |   8 ++++
 ...ulls_first.explain => function_collate.explain} |   2 +-
 ...ls_first.explain => function_collation.explain} |   2 +-
 .../{column_rlike.json => function_collate.json}   |   4 +-
 ...sition.proto.bin => function_collate.proto.bin} | Bin 189 -> 189 bytes
 ...{column_isNull.json => function_collation.json} |   2 +-
 ..._geq.proto.bin => function_collation.proto.bin} | Bin 178 -> 178 bytes
 .../source/reference/pyspark.sql/functions.rst     |   2 +
 python/pyspark/sql/connect/functions/builtin.py    |  14 ++++++
 python/pyspark/sql/functions/builtin.py            |  52 +++++++++++++++++++++
 python/pyspark/sql/tests/test_functions.py         |   5 ++
 .../scala/org/apache/spark/sql/functions.scala     |  16 +++++++
 17 files changed, 159 insertions(+), 5 deletions(-)
 copy 
connector/connect/common/src/test/resources/query-tests/explain-results/{column_asc_nulls_first.explain
 => function_collate.explain} (57%)
 copy 
connector/connect/common/src/test/resources/query-tests/explain-results/{column_asc_nulls_first.explain
 => function_collation.explain} (61%)
 copy 
connector/connect/common/src/test/resources/query-tests/queries/{column_rlike.json
 => function_collate.json} (89%)
 copy 
connector/connect/common/src/test/resources/query-tests/queries/{function_bitmap_bit_position.proto.bin
 => function_collate.proto.bin} (85%)
 copy 
connector/connect/common/src/test/resources/query-tests/queries/{column_isNull.json
 => function_collation.json} (93%)
 copy 
connector/connect/common/src/test/resources/query-tests/queries/{column_geq.proto.bin
 => function_collation.proto.bin} (90%)


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

Reply via email to