Docs: Add format v3 implementation status - #18062
Draft
manuzhang wants to merge 1 commit into
Draft
Conversation
Consolidate versioned operation tables, track v3-specific capabilities, and refresh implementation status across language libraries. Generated-by: Codex Co-authored-by: Codex <codex@openai.com>
manuzhang
force-pushed
the
codex/docs-v3-status
branch
from
September 11, 2026 14:43
f253b68 to
6cb25c8
Compare
manuzhang
marked this pull request as draft
September 12, 2026 14:46
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.
Summary
SpeccolumnThe audit found that the old V1/V2 maintenance, data-read, and Puffin-planning status differences were stale rather than version-gated. The remaining version splits are intentional: PyIceberg's V3 metadata write gap changes table-update and append-write support, position-delete writes are V2-only, and deletion vectors are V3-only.
A
Yin the V3 capability matrix requires end-to-end support for the listed behavior rather than metadata serialization alone. A range in an operation table'sSpeccolumn means the status is identical for every listed version.This supersedes #17311 and incorporates its review feedback by removing duplicated, inconsistent rows for operations that are not format-version-specific.
Closes #17308.
Audit scope
Implementation heads checked on 2026-09-11:
954a222961652c1a0f44ceed301218373648c136a1f92Testing
make -C site lintgit diff --checkAI Disclosure