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 4c9bdda1 Build: Bump pytest from 7.4.4 to 9.0.1
add c330eb42 Follow up on cleaning up the removal of `Generic` (#2769)
add 36baca9f infra: add instructions for cleaning up testpypi artifacts
(#2774)
add 59dc8d13 fix: Remove unused fields from FileScanTask (#2777)
add d9bdf8e7 fix: Serialize AlwaysTrue/AlwaysFalse as boolean literals
(#2780)
add 3d20ff5d Build: Bump actions/checkout from 5 to 6 (#2779)
add 38c9ca24 Build: Bump tcort/github-action-markdown-link-check from
1.1.1 to 1.1.2 (#2778)
add 6806207f chore: add pyarrow-stubs dependency for type hint &
suggestion (#2768)
add 39e6573d 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 (4c9bdda1)
\
N -- N -- N refs/heads/dependabot/uv/pytest-9.0.1 (39e6573d)
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:
.github/workflows/check-md-link.yml | 2 +-
.github/workflows/license_check.yml | 2 +-
.github/workflows/nightly-pypi-build.yml | 29 ++++++-
.github/workflows/pypi-build-artifacts.yml | 2 +-
.github/workflows/python-ci-docs.yml | 2 +-
.github/workflows/python-ci.yml | 4 +-
.github/workflows/python-release-docs.yml | 2 +-
.github/workflows/python-release.yml | 2 +-
.github/workflows/svn-build-artifacts.yml | 2 +-
pyiceberg/expressions/__init__.py | 26 ++----
pyiceberg/expressions/visitors.py | 127 ++++++++++++++---------------
pyiceberg/table/__init__.py | 6 --
pyiceberg/typedef.py | 6 ++
pyproject.toml | 1 +
tests/expressions/test_expressions.py | 4 +-
uv.lock | 14 ++++
16 files changed, 131 insertions(+), 100 deletions(-)