[MINOR] Update engine versions in the docs to match the build - #904
Open
slachiewicz wants to merge 1 commit into
Open
[MINOR] Update engine versions in the docs to match the build#904slachiewicz wants to merge 1 commit into
slachiewicz wants to merge 1 commit into
Conversation
The spark-shell examples pinned Spark 3.2-era Hudi, Delta and Iceberg artifacts; the build is on Spark 3.4.2.
slachiewicz
added a commit
to slachiewicz/polytable
that referenced
this pull request
Aug 22, 2026
how-to and the catalog pages were run as written; the Glue and engine flows are marked as derived, not executed. Spark snippets use the versions from apache/incubator-xtable#904, not the stale 3.2-era pins.
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.
The spark-shell examples in
how-to.mdandhms.mdpinned Spark 3.2-era artifacts (Hudi 0.14.0, Delta 2.0.0/2.1.0, Iceberg 1.2.1/1.4.1). Updates them to the versions the project builds against — Spark 3.4, Hudi 1.2.0, Delta 2.4.0, Iceberg 1.9.2 — and loosens the Hudi reader note to "0.14.0 or later". All coordinates verified to resolve on Maven Central.This change was created with AI assistance.