apache / apache/iceberg-python
add test to enumerate all pyarrow types
未关闭
- 主要语言
- Python
- 星标
- 1.1k
- 派生
- 581
- 平均合并
- 1 天 17 小时
- 30 天内合并 PR
- 78
描述
inspired by https://github.com/apache/iceberg-python/pull/3590
ensure that all type converts to the correct iceberg type.
ensure iceberg type converts to the correct parquet type (https://iceberg.apache.org/spec/#parquet), see https://github.com/apache/iceberg-python/pull/2799
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先查看 issue 引用的 pull request,尤其是 iceberg-python#3590 和 #2799,然后找到 PyArrow 到 Iceberg 以及 Iceberg 到 Parquet 的类型转换测试。枚举 PyArrow 类型,并为两个转换方向添加断言,使用链接的 Iceberg Parquet 规范验证预期的映射。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- data, testing
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 65/100