This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 15858baa33 [DOCS] Fix wrong GeoTools link (#1711)
15858baa33 is described below
commit 15858baa333044c582ad72de4e337711158295dd
Author: Jia Yu <[email protected]>
AuthorDate: Tue Dec 3 01:10:04 2024 -0800
[DOCS] Fix wrong GeoTools link (#1711)
---
docs/tutorial/sql-pure-sql.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tutorial/sql-pure-sql.md b/docs/tutorial/sql-pure-sql.md
index 44841c8ed8..0242dfc3d5 100644
--- a/docs/tutorial/sql-pure-sql.md
+++ b/docs/tutorial/sql-pure-sql.md
@@ -11,7 +11,7 @@ Start `spark-sql` as following (replace `<VERSION>` with
actual version like `{{
=== "Spark 3.3+ and Scala 2.12"
```sh
- spark-sql --packages
org.apache.sedona:sedona-spark-shaded-3.3_2.12:<VERSION>,org.datasyslab:geotools-wrapper:<VERSION>-28.2
\
+ spark-sql --packages
org.apache.sedona:sedona-spark-shaded-3.3_2.12:<VERSION>,org.datasyslab:geotools-wrapper:{{
sedona.current_geotools }} \
--conf spark.serializer=org.apache.spark.serializer.KryoSerializer \
--conf
spark.kryo.registrator=org.apache.sedona.viz.core.Serde.SedonaVizKryoRegistrator
\
--conf
spark.sql.extensions=org.apache.sedona.viz.sql.SedonaVizExtensions,org.apache.sedona.sql.SedonaSqlExtensions