Docs: Align Spark docs with current engine - #17688
Merged
Merged
Conversation
uros-b
approved these changes
Aug 17, 2026
Member
|
Nice, thank you @daviddallakyan2005! |
Contributor
|
@daviddallakyan2005: Could you please separate out the Flink related changes? |
Contributor
Author
@pvary I moved the Flink docs to #17695. This PR is Spark plus contribute.md only. |
nssalian
approved these changes
Aug 18, 2026
mxm
approved these changes
Aug 18, 2026
mxm
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Thanks @daviddallakyan2005!
daviddallakyan2005
force-pushed
the
docs-vs-code
branch
from
August 18, 2026 11:28
01a8f1a to
61d83a5
Compare
Gradle defaults include Spark 4.1, but contribute.md still listed 4.0. spotless uses google-java-format 1.22.0. The SparkCatalog blurb now matches the type table (REST/Glue/JDBC/Nessie). Generated-by: Cursor Grok 4.6
daviddallakyan2005
force-pushed
the
docs-vs-code
branch
from
August 18, 2026 22:55
61d83a5 to
0a26885
Compare
huaxingao
approved these changes
Aug 19, 2026
Contributor
|
Thanks for the PR @daviddallakyan2005! Thanks @huaxingao and @pvary for reviewing! |
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.
contribute.md still listed Spark 3.5/4.0 and google-java-format 1.7 for JDK 8. Gradle defaults include Spark 4.1, and spotless uses google-java-format 1.22.0. The SparkCatalog blurb now matches the type table (REST/Glue/JDBC/Nessie).
Flink docs are in #17695. The contribute.md Gradle example keeps Flink 2.1 from that merge and adds Spark 4.1.
How to test
gradle.properties:knownSparkVersions=3.5,4.0,4.1andknownFlinkVersions=1.20,2.0,2.1baseline.gradle:googleJavaFormat("1.22.0")make buildinsite/(exit 0; Documentation built in 90.67 seconds)make lintinsite/(exit 0)AI Disclosure