[GH-2869] Update Glue docs for Sedona 1.8+ (Glue 5.0, Spark 3.5)#2908
Merged
jiayuasu merged 1 commit intoapache:masterfrom May 7, 2026
Merged
[GH-2869] Update Glue docs for Sedona 1.8+ (Glue 5.0, Spark 3.5)#2908jiayuasu merged 1 commit intoapache:masterfrom
jiayuasu merged 1 commit intoapache:masterfrom
Conversation
The Maven Central link for sedona-spark-shaded-3.3_2.12 returns 404 for current Sedona versions because Spark 3.3 / Java 8 support was dropped in Sedona 1.8.0. Update the Glue tutorial to use Glue 5.0 (Spark 3.5.4, Java 17, Python 3.11) with the sedona-spark-shaded-3.5_2.12 artifact, and tell readers stuck on Glue 4.0 to pin Sedona <= 1.7.1.
1ad672a to
26258f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
What changes were proposed in this PR?
The Glue setup tutorial in
docs/setup/glue.mdlinked thesedona-spark-shaded-3.3_2.12jar 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.12artifact. The compatibility warning is expanded to direct readers stuck on Glue 4.0 to pin Sedona ≤ 1.7.1 along with the oldersedona-spark-shaded-3.3_2.12artifact.How was this patch tested?
Documentation-only change.