Skip to content

Docs: Document nightly snapshots#16544

Open
wombatu-kun wants to merge 1 commit into
apache:mainfrom
wombatu-kun:issue/15191-document-nightly-snapshots
Open

Docs: Document nightly snapshots#16544
wombatu-kun wants to merge 1 commit into
apache:mainfrom
wombatu-kun:issue/15191-document-nightly-snapshots

Conversation

@wombatu-kun
Copy link
Copy Markdown
Contributor

Closes #15191

Summary

Apache Iceberg publishes a nightly snapshot of every module to the Apache snapshot repository (via the publish-snapshot workflow, daily at 00:00 UTC), but until now this was only mentioned in a single sentence in multi-engine-support.md with no usage examples. This PR adds a dedicated, developer-only page documenting how to consume those snapshots, addressing #15191.

Per the ASF release policy on publication — and the point raised in the issue discussion — the page leads with a prominent warning that snapshots are unreleased, must not be used in production, and are intended only for active Iceberg developers, directing everyone else to official releases.

What changed

  • New site/docs/nightly-snapshots.md: a "developers only" warning admonition, an explanation of the daily snapshot and its version, and copy-pasteable Gradle, Maven, sbt, and Spark examples that add the snapshot repository and depend on the snapshot version.
  • site/mkdocs.yml: a new snapshotVersion macro (1.12.0-SNAPSHOT) so the version in the examples stays current the same way icebergVersion does; the Spark example also reuses the existing sparkVersionMajor macro.
  • site/nav.yml: adds the page under the developer-facing "Project" section (not top-level "Releases"), reinforcing that snapshots are for developers.
  • site/docs/multi-engine-support.md: re-points the existing one-line snapshot mention to the new page instead of duplicating it.
  • site/docs/how-to-release.md: notes that the "Site update" release step should also bump snapshotVersion, so the macro does not go stale.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the docs label May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

document nightly iceberg snapshot

1 participant