apache / apache/iceberg-python

Support upgrading tables to format version 3

未关闭 适合新手
#3,622 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
1.1k
派生
581
平均合并
1 天 17 小时
30 天内合并 PR
78

描述

### Feature Request / Improvement

Part of #1551. #3551 enables writing V3 table metadata; this covers upgrading existing tables: allow `upgrade_table_version(3)` (currently rejected by `SUPPORTED_TABLE_FORMAT_VERSION = 2`) and initialize `next-row-id` to 0 on upgrade, per the spec's "Row Lineage for Upgraded Tables".

贡献指南

这个仓库没有索引到贡献指南

调研方向

在 PyIceberg 代码库中搜索 upgrade_table_version(3) 和 SUPPORTED_TABLE_FORMAT_VERSION,然后阅读现有的表升级路径及其相关测试。完成的标准是:接受将现有表升级到格式版本 3,并按照 Row Lineage for Upgraded Tables specification 的要求,将 next-row-id 初始化为 0。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
databases
Issue 类型
功能
难度
2/5
预计耗时
1-3 小时
活跃度
冷清
描述清晰度
基本清楚
新手友好度
74/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。