apache / apache/iceberg-python
Support writing V3 metadata
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 581
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 78
Description
### Feature Request / Improvement
Part of #1551.
Enable serializing `TableMetadataV3` (currently raises `NotImplementedError`), creating tables with `format-version=3`, and upgrading v2 tables to v3. Spec: https://iceberg.apache.org/spec/#version-3
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the TableMetadataV3 serialization path that currently raises NotImplementedError, then read the Version 3 specification linked in the issue. Trace the existing table-creation and v2 upgrade paths to identify the affected entry points. Done means V3 metadata serializes, new tables use format-version=3, and v2 tables can be upgraded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100