iceberg-python
iceberg-python copied to clipboard
Apache PyIceberg
### 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)...
### 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...
### 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...
### Apache Iceberg version None ### Please describe the bug π  ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [...
### 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...
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...
# 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...
### 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...