This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/pyspark-3.5.4
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
discard 6c32c46e Bump pyspark from 3.5.3 to 3.5.4
add 551f5241 Fix read from multiple s3 regions (#1453)
add e39f91a0 Bump moto from 5.0.25 to 5.0.26 (#1490)
add 3b580111 Build: Bump pytest-checkdocs from 2.10.1 to 2.13.0 (#682)
add 097d97bd Bump pyspark from 3.5.3 to 3.5.4
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 (6c32c46e)
\
N -- N -- N refs/heads/dependabot/pip/pyspark-3.5.4 (097d97bd)
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/configuration.md | 30 ++---
poetry.lock | 271 ++++++++++++++++++++++++++++++++++++++--
pyiceberg/io/pyarrow.py | 212 ++++++++++++++++++++-----------
pyproject.toml | 2 +-
tests/integration/test_reads.py | 29 +++++
tests/io/test_pyarrow.py | 96 +++++++++++++-
6 files changed, 535 insertions(+), 105 deletions(-)