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 e7b90e7a97fe [SPARK-54176][GEO][PYTHON] Introduce Geography and
Geometry data types to PySpark Connect
add 6b91d83787f3 [SPARK-54160][GEO][SQL] Implement the ST_SetSrid
expression in SQL
No new revisions were added by this update.
Summary of changes:
.../org/apache/spark/sql/types/GeographyType.scala | 2 +-
.../org/apache/spark/sql/types/GeometryType.scala | 2 +-
.../org/apache/spark/sql/catalyst/util/Geo.java | 3 +
.../apache/spark/sql/catalyst/util/Geography.java | 15 ++-
.../apache/spark/sql/catalyst/util/Geometry.java | 15 ++-
.../apache/spark/sql/catalyst/util/STUtils.java | 26 +++++
.../sql/catalyst/analysis/FunctionRegistry.scala | 1 +
.../expressions/st/STExpressionUtils.scala | 46 ++++++++
.../catalyst/expressions/st/stExpressions.scala | 53 +++++++++
.../spark/sql/errors/QueryExecutionErrors.scala | 11 ++
.../spark/sql/catalyst/util/StUtilsSuite.java | 46 ++++++++
.../sql-functions/sql-expression-schema.md | 1 +
.../analyzer-results/nonansi/st-functions.sql.out | 84 ++++++++++++++
.../analyzer-results/st-functions.sql.out | 84 ++++++++++++++
.../resources/sql-tests/inputs/st-functions.sql | 18 +++
.../sql-tests/results/nonansi/st-functions.sql.out | 92 +++++++++++++++
.../sql-tests/results/st-functions.sql.out | 92 +++++++++++++++
.../org/apache/spark/sql/STExpressionsSuite.scala | 128 +++++++++++++++++++++
18 files changed, 715 insertions(+), 4 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]