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 7b673d6fd61b [SPARK-55308][BUILD] Upgrade icu4j to 78.2
     add a7bc39504035 [SPARK-55295][GEO][CONNECT][PYTHON][SQL] Extend the 
ST_GeomFromWKB function to take an optional SRID value

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/connect/functions/builtin.py    |  11 +-
 python/pyspark/sql/functions/builtin.py            |  21 ++-
 python/pyspark/sql/tests/test_functions.py         |  19 +++
 .../scala/org/apache/spark/sql/functions.scala     |  18 +++
 .../apache/spark/sql/catalyst/util/STUtils.java    |   4 +
 .../expressions/st/STExpressionUtils.scala         |   2 +-
 .../catalyst/expressions/st/stExpressions.scala    |  38 ++++--
 .../spark/sql/catalyst/util/StUtilsSuite.java      |  37 +++++-
 .../sql-functions/sql-expression-schema.md         |   2 +-
 .../analyzer-results/st-functions.sql.out          | 142 ++++++++++++++++++---
 .../resources/sql-tests/inputs/st-functions.sql    |  20 +++
 .../sql-tests/results/st-functions.sql.out         | 141 ++++++++++++++++++--
 .../org/apache/spark/sql/STExpressionsSuite.scala  |  74 ++++++++++-
 .../org/apache/spark/sql/STFunctionsSuite.scala    |  23 +++-
 14 files changed, 494 insertions(+), 58 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to