Skip to content

chore: backport iceberg docs to 1.2 - #2806

Open
sunng87 wants to merge 1 commit into
mainfrom
docs/iceberg-1.2
Open

chore: backport iceberg docs to 1.2#2806
sunng87 wants to merge 1 commit into
mainfrom
docs/iceberg-1.2

Conversation

@sunng87

@sunng87 sunng87 commented Aug 31, 2026

Copy link
Copy Markdown
Member

What changed

Follow up #2748 and backport it to 1.2

Scope

  • Documentation versions:
  • Languages:

Verification

Checklist

  • I verified the content against the applicable GreptimeDB version.
  • I updated the relevant documentation versions and languages, or explained why not.
  • I checked changed links and anchors.
  • I updated navigation when the document structure changed.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying greptime-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3be323c
Status: ✅  Deploy successful!
Preview URL: https://7c7053c6.greptime-docs.pages.dev
Branch Preview URL: https://docs-iceberg-1-2.greptime-docs.pages.dev

View logs

```

The metadata is published asynchronously; the table becomes queryable through the REST catalog shortly after the
flush returns. Existing, already-flushed tables are exported automatically.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not automatic for tables whose SSTs were already flushed before the plugin was enabled: the hook only observes subsequent manifest updates, and there is no startup bootstrap to publish those existing files. Such a table can therefore remain absent from the Iceberg catalog until a later manifest change or an explicit rebuild, which also conflicts with the rebuild case documented below. Could we direct operators to run the rebuild endpoint for pre-existing tables and make the same correction in the Chinese page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants