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

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


    omit adf6c14d0 Build: Bump pytest from 7.4.4 to 9.0.1
     add 6773c8539 infra: notify on github workflow failure (#2682)
     add 7e3d3af38 Fix `check-md-link` and allow manual trigger (#2765)
     add 4cd1a6383 Remove `Generic` from expressions (#2750)
     add bb325f2f8 Build: Bump pypa/cibuildwheel from 3.2.1 to 3.3.0 (#2751)
     add 0ed0bef67 Build: Bump mypy-boto3-glue from 1.40.63 to 1.40.75 (#2752)
     add fa388297e Build: Bump prek from 0.2.13 to 0.2.15 (#2753)
     add 93f521495 Build: Bump pyarrow from 21.0.0 to 22.0.0 (#2754)
     add f1e9ba680 Build: Bump huggingface-hub from 1.1.2 to 1.1.4 (#2755)
     add 46446871f Build: Bump cython from 3.2.0 to 3.2.1 (#2756)
     add 4ef074eda Build: Bump cachetools from 6.2.1 to 6.2.2 (#2759)
     add e4b41c59f Build: Bump duckdb from 1.4.1 to 1.4.2 (#2760)
     add 27f92fede Build: Bump boto3 from 1.40.61 to 1.40.75 (#2761)
     add 456aabde3 Build: Bump click from 8.3.0 to 8.3.1 (#2762)
     add de1f1b403 Build: Bump mkdocs-material from 9.6.23 to 9.7.0 (#2763)
     add 7254a9dcd Build: Bump daft from 0.6.12 to 0.6.14 (#2758)
     add 08fcf696f Build: Bump pytest from 7.4.4 to 9.0.1

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   (adf6c14d0)
            \
             N -- N -- N   refs/heads/dependabot/uv/pytest-9.0.1 (08fcf696f)

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:
 .asf.yaml                                  |   1 +
 .github/workflows/check-md-link.yml        |   3 +-
 .github/workflows/pypi-build-artifacts.yml |   2 +-
 .github/workflows/svn-build-artifacts.yml  |   2 +-
 pyiceberg/expressions/__init__.py          | 393 ++++++++++++++---------------
 pyiceberg/expressions/visitors.py          | 276 ++++++++++----------
 pyiceberg/io/pyarrow.py                    |  78 +++---
 pyiceberg/transforms.py                    |  60 ++---
 pyproject.toml                             |   4 +-
 tests/conftest.py                          |   6 +-
 tests/expressions/test_evaluator.py        |   4 +-
 tests/expressions/test_expressions.py      | 117 +++++----
 tests/expressions/test_visitors.py         |  54 ++--
 tests/io/test_pyarrow.py                   |  42 +--
 tests/io/test_pyarrow_visitor.py           |  39 ++-
 tests/test_transforms.py                   | 164 ++++++------
 uv.lock                                    | 222 ++++++++--------
 17 files changed, 732 insertions(+), 735 deletions(-)

Reply via email to