This is an automated email from the ASF dual-hosted git repository.

fokko pushed a change to branch pyiceberg-0.9.x
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


    from 8bfb16cf fix loading `in-memory` catalog (#1725)
     new 998ce7cc Remove unused argument (#1734)
     new b989197f Fix thrift client connection for Kerberos Hive Client  (#1747)
     new 9da7bd2b Use a balanced tree instead of unbalanced one (#1830)
     new 903fb917 Fix decimal physicial type mapping (#1839)
     new cfb4f251 fix `upsert` with null values (#1861)
     new 29e94e75 Set field-id when needed (#1867)
     new bc7e1cc7 Fix the snapshot summary of a partial overwrite (#1879)
     new e9745d5f Fix creation of Bucket Transforms with `pydantic>=2.11.0` 
(#1881)
     new e5d1bb87 Temporary fix for filtering on empty batches (#1901)
     new ddd72250 Fix for metadata entries table for MOR tables containing 
Delete Files. (#1902)
     new 562de407 Fix `add_files` with non-identity transforms (#1925)

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pyiceberg/catalog/hive.py                    |  36 +++++---
 pyiceberg/expressions/__init__.py            |  47 +++++++++-
 pyiceberg/io/pyarrow.py                      |  53 +++++++----
 pyiceberg/table/__init__.py                  |   2 -
 pyiceberg/table/inspect.py                   |   6 +-
 pyiceberg/table/snapshots.py                 |   6 ++
 pyiceberg/table/update/snapshot.py           |   1 -
 pyiceberg/table/upsert_util.py               |  19 +++-
 pyiceberg/transforms.py                      |   2 +-
 tests/expressions/test_expressions.py        |   4 +-
 tests/expressions/test_visitors.py           |  48 +++++-----
 tests/integration/test_add_files.py          |  33 ++++++-
 tests/integration/test_deletes.py            |  20 ++--
 tests/integration/test_writes/test_writes.py | 131 ++++++++++++++++++++++++++-
 tests/io/test_pyarrow_stats.py               |  26 +++++-
 tests/io/test_pyarrow_visitor.py             |   2 +-
 tests/table/test_snapshots.py                |  20 ++--
 tests/table/test_upsert.py                   |  43 +++++++++
 18 files changed, 395 insertions(+), 104 deletions(-)

Reply via email to