This is an automated email from the ASF dual-hosted git repository.
cloud-fan pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.x by this push:
new fd058593bc0e [SPARK-56770][DOCS] Update PROJ version to 9.8.1 in the
documentation for geospatial types
fd058593bc0e is described below
commit fd058593bc0ed34c7f408ae970a3c3740e15dbf3
Author: Uros Bojanic <[email protected]>
AuthorDate: Fri May 8 14:26:23 2026 +0800
[SPARK-56770][DOCS] Update PROJ version to 9.8.1 in the documentation for
geospatial types
### What changes were proposed in this pull request?
https://github.com/apache/spark/pull/55207 added the documentation for
standard spatial reference systems, but PROJ was upgraded from 9.7 to 9.8 in
https://github.com/apache/spark/pull/55525. This PR updates the docs
accordingly.
### Why are the changes needed?
Make the geospatial type documentation precise for Spark 4.2.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Only Doc Changes.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #55733 from uros-db/docs-proj-version.
Authored-by: Uros Bojanic <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
(cherry picked from commit a342461677e298d4928ea55d7a723c735010158c)
Signed-off-by: Wenchen Fan <[email protected]>
---
docs/sql-ref-geospatial-types.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sql-ref-geospatial-types.md b/docs/sql-ref-geospatial-types.md
index c86d990e9bba..ed8b6597ae1f 100644
--- a/docs/sql-ref-geospatial-types.md
+++ b/docs/sql-ref-geospatial-types.md
@@ -155,7 +155,7 @@ Spark includes a pre-built SRID registry that combines
coordinate systems from t
| Spark Version | PROJ Version |
|---------------|--------------|
-| 4.2.0 | 9.7.1 |
+| 4.2.0 | 9.8.1 |
The SRID registry is pinned to the PROJ version shown above and is not synced
live with external databases.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]