jiayuasu opened a new pull request, #2908: URL: https://github.com/apache/sedona/pull/2908
## Did you read the Contributor Guide? - Yes, I have read [How to contribute](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a JIRA ticket? - Closes #2869 ## What changes were proposed in this PR? The Glue setup tutorial in `docs/setup/glue.md` linked the `sedona-spark-shaded-3.3_2.12` jar from Maven Central, which now 404s for current Sedona releases because Spark 3.3 / Java 8 support was dropped in Sedona 1.8.0. This PR updates the tutorial to target Glue 5.0 (Spark 3.5.4, Java 17, Scala 2.12, Python 3.11) and the `sedona-spark-shaded-3.5_2.12` artifact, so the documented links resolve for current Sedona. The compatibility warning is expanded to direct readers stuck on Glue 4.0 to pin Sedona ≤ 1.7.1 along with the older `sedona-spark-shaded-3.3_2.12` artifact. ## How was this patch tested? Documentation-only change. Verified the rewritten Maven Central jar URL pattern resolves against the published `sedona-spark-shaded-3.5_2.12` artifacts, and that no stale `3.3` / `Glue 4.0` references remain outside of the back-compatibility note. ## Did this PR include necessary documentation updates? - Yes, this PR is a docs-only update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
