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

github-bot pushed a change to branch dependabot/uv/daft-0.7.2
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


 discard daa2ee00 Build: Bump daft from 0.6.14 to 0.7.2
     add d39e12f1 Build: Bump huggingface-hub from 1.3.7 to 1.4.1 (#3020)
     add 5453c834 Build: Bump mypy-boto3-dynamodb from 1.42.33 to 1.42.41 
(#3022)
     add 86c72460 Build: Bump adlfs from 2025.8.0 to 2026.2.0 (#3023)
     add 0124bf2b Build: Bump prek from 0.3.1 to 0.3.2 (#3024)
     add bbea0f03 fix: Hive catalog test failure on CPython 3.13.12 (#3043)
     add 284797f8 Build: Bump cryptography from 46.0.3 to 46.0.5 (#3034)
     add 1eeae900 docs: release docs improvements (#3030)
     add 4ba9a8c2 Add catalog properties for Catalog Tests (#2982)
     add 89a129c6 feat: Add Geometry & Geography Types (#2859)
     add 012afd8e Build: Bump daft from 0.6.14 to 0.7.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (daa2ee00)
            \
             N -- N -- N   refs/heads/dependabot/uv/daft-0.7.2 (012afd8e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 mkdocs/docs/geospatial.md            | 110 +++++++++++++++
 mkdocs/docs/how-to-release.md        |   7 +-
 pyiceberg/avro/resolver.py           |  26 ++++
 pyiceberg/catalog/__init__.py        |   5 +-
 pyiceberg/catalog/hive.py            |   2 +-
 pyiceberg/catalog/noop.py            |   3 +
 pyiceberg/conversions.py             |  92 ++++++++++++
 pyiceberg/io/pyarrow.py              |  39 ++++++
 pyiceberg/schema.py                  |  26 ++++
 pyiceberg/types.py                   | 219 +++++++++++++++++++++++++++++
 pyiceberg/utils/schema_conversion.py |  10 ++
 pyproject.toml                       |   1 +
 tests/catalog/test_hive.py           |   2 +-
 tests/conftest.py                    |  54 +++++++
 tests/integration/test_catalog.py    |  42 +++---
 tests/io/test_pyarrow.py             | 104 ++++++++++++++
 tests/test_types.py                  | 192 +++++++++++++++++++++++++
 uv.lock                              | 265 +++++++++++++++++++++++------------
 18 files changed, 1090 insertions(+), 109 deletions(-)
 create mode 100644 mkdocs/docs/geospatial.md

Reply via email to