apache / apache/iceberg-python
Add option to pass storage config to polars lazy read
未關閉
- 主要語言
- Python
- 星號
- 1.1k
- 分支
- 581
- 平均合併
- 1 天 23 小時
- 30 天內合併 PR
- 84
描述
### Feature Request / Improvement
I was not able to use the `table.to_polars()` method because there is no option to include a storage_options param which is mentioned in the [polars docs](https://docs.pola.rs/api/python/dev/reference/api/polars.scan_iceberg.html).
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
從 table.to_polars() 的實作開始,追蹤它如何呼叫 Polars 的延遲讀取路徑。查看 issue 中連結的 Polars scan_iceberg 文件,了解 storage_options 介面。完成的標準是:呼叫端可以透過 table.to_polars() 提供 storage_options,該選項能傳遞到延遲讀取操作,且相關測試已更新或新增。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- data-engineering
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100