iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Apache PyIceberg

Results 402 iceberg-python issues
Sort by recently updated
recently updated
newest added

### Feature Request / Improvement https://github.com/apache/iceberg-python/pull/1554 that introduced V3 read support reads `next_row_id` on table metadata. We also need (see [spec](https://iceberg.apache.org/spec/#snapshots)) the `first-row-id` field (now a **required field** for V3)...

stale

### Feature Request / Improvement The V3 spec changes for encryption have merged in https://github.com/apache/iceberg/pull/12162. https://github.com/apache/iceberg/pull/12927 has also merged, containing the resultant changes to table metadata on the Java side...

stale

### Feature Request / Improvement While thinking about https://github.com/apache/iceberg-python/issues/1971 and https://github.com/apache/iceberg-python/issues/1972, I realised that V3 introduces new fields to `Snapshot` - one required for V3 and the other not. As...

stale

### Apache Iceberg version None ### Please describe the bug 🐞 ![Image](https://github.com/user-attachments/assets/769cc938-fcd4-4c3c-b1df-dc4b026e7314) ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [...

stale

### Apache Iceberg version 0.9.0 (latest release) ### Please describe the bug 🐞 I have an Iceberg V1 table and I am trying to load the table using `pyiceberg.table.StaticTable`: ```python...

stale

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.0. Release notes Sourced from pytest's releases. 9.0.0 pytest 9.0.0 (2025-11-05) New features #1367: Support for subtests has been added. subtests <subtests> are an alternative...

dependencies
python:uv

# Rationale for this change Closes #2663 Relates to #2333 which allow reading pyarrow timestamp as iceberg timestamptz This PR allows pyarrow timestamptz to be read as iceberg timestamp. Although...

### Apache Iceberg version 0.10.0 (latest release) ### Please describe the bug 🐞 ⸻ **Environment / Setup Details** - PyIceberg version: latest - Catalog: AWS Glue - Dependencies: includes pyarrow...

Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2025.10.2 to 2025.11.0. Release notes Sourced from bodo's releases. 2025.11.0 What's Changed Add release notes for 2025.10.1 by @​scott-routledge2 in bodo-ai/Bodo#890 Fix docker release files symlink target...

dependencies
python:uv

### Apache Iceberg version None ### Please describe the bug 🐞 ### Description Any operation that rewrites data (delete/ overwrite/ upsert) is extremely slow or unresponsive, even on very small...