apache / apache/iceberg-python

Implement iterator to lazily go through the paged response

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

描述

### Feature Request / Improvement

Recently the support for paged response was added to the list-view operationr: https://github.com/apache/iceberg-python/pull/3349. Right now it will just iterate over all the pages, instead it would be good to see if we can call the next page lazily to avoid many network calls: https://github.com/apache/iceberg-python/pull/3349#issuecomment-4462173769

贡献指南

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

调研方向

首先阅读 PR 3349 中引入的分页列表视图实现及其关联讨论。跟踪当前迭代页面的方式,然后验证使用迭代器时是否仅在需要时请求每个下一页,而不是预先获取所有页面。

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

评估

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

把新 issue 发到你的邮箱

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