This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch fix-docs in repository https://gitbox.apache.org/repos/asf/sedona.git
commit ead74556f78cddeacafb877fe16ce332b71a9507 Author: Jia Yu <[email protected]> AuthorDate: Tue Dec 3 00:53:20 2024 -0800 Add --- 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
