apache / apache/iceberg-python
Implement iterator to lazily go through the paged response
未關閉
- 主要語言
- Python
- 星號
- 1.1k
- 分支
- 581
- 平均合併
- 1 天 13 小時
- 30 天內合併 PR
- 76
描述
### 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