This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/uv/pytest-9.0.0
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
discard 3d8b8b5e6 Build: Bump pytest from 7.4.4 to 9.0.0
add f835cb800 Build: Bump astral-sh/setup-uv from 6 to 7 (#2722)
add 0213ac4fd Build: Bump polars from 1.35.1 to 1.35.2 (#2723)
add f4d65e02c Build: Bump pyiceberg-core from 0.6.0 to 0.7.0 (#2724)
add 33f6ab762 Fix: Support nested struct field filtering (#2628)
add 8b3cb07e1 Build: Bump mkdocs-material from 9.6.22 to 9.6.23 (#2730)
add 6a90e69de Build: Bump daft from 0.6.10 to 0.6.12 (#2726)
add 5a8078651 Build: Bump griffe from 1.14.0 to 1.15.0 (#2725)
add 551fc5da4 pyproject: Move homepage and repo up (#2736)
add 22c92cafa Build: Bump pytest from 7.4.4 to 9.0.0
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 (3d8b8b5e6)
\
N -- N -- N refs/heads/dependabot/uv/pytest-9.0.0 (22c92cafa)
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/nightly-pypi-build.yml | 2 +-
.github/workflows/pypi-build-artifacts.yml | 2 +-
.github/workflows/python-ci-docs.yml | 2 +-
.github/workflows/python-ci.yml | 2 +-
.github/workflows/python-release-docs.yml | 2 +-
.github/workflows/python-release.yml | 2 +-
.github/workflows/svn-build-artifacts.yml | 2 +-
pyiceberg/io/pyarrow.py | 80 +++++++++++++++++++++++-------
pyiceberg/table/__init__.py | 2 +-
pyproject.toml | 18 +++----
tests/expressions/test_expressions.py | 52 +++++++++++++++++++
tests/expressions/test_parser.py | 3 ++
uv.lock | 66 ++++++++++++------------
13 files changed, 166 insertions(+), 69 deletions(-)