chore: backport iceberg docs to 1.2 - #2806
Open
sunng87 wants to merge 1 commit into
Open
Conversation
Deploying greptime-docs with
|
| 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 |
fengjiachun
reviewed
Sep 1, 2026
| ``` | ||
|
|
||
| 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. |
Contributor
There was a problem hiding this comment.
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?
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.
What changed
Follow up #2748 and backport it to 1.2
Scope
Verification
Checklist