This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/pydantic-2.9.2
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
discard 8e50f29f Bump pydantic from 2.9.1 to 2.9.2
add e5a58b34 HA HMS support (#752)
add c30e43ad Bug Fix: Position Deletes + row_filter yields less data when
the DataFile is large (#1141)
add 24a0175d remove dead loom link (#1213)
add 857abd09 Drop support for Python 3.8 (#1221)
add 08370d7f Bump pydantic from 2.9.1 to 2.9.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 (8e50f29f)
\
N -- N -- N refs/heads/dependabot/pip/pydantic-2.9.2 (08370d7f)
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/python-ci.yml | 2 +-
.github/workflows/python-integration.yml | 2 +-
.github/workflows/python-release.yml | 5 +-
mkdocs/docs/contributing.md | 4 +-
poetry.lock | 145 ++-----------------------------
pyiceberg/catalog/hive.py | 15 +++-
pyiceberg/io/pyarrow.py | 16 +++-
pyproject.toml | 4 +-
tests/catalog/test_hive.py | 30 +++++++
tests/integration/test_deletes.py | 53 +++++++++++
10 files changed, 123 insertions(+), 153 deletions(-)