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 097d97bd Bump pyspark from 3.5.3 to 3.5.4
add e6af50ea Build: Bump boto3 from 1.35.88 to 1.35.93 (#1495)
add c9249c33 Build: Bump mypy-boto3-glue from 1.35.87 to 1.35.93 (#1496)
add a95f9ee6 Change dot notation in add column documentation to tuple
(#1433)
add 19ad24ef Nit fixes to URL-encoding of partition field names (#1499)
add ae272b5b bump version to 0.9.0 (#1489)
add d9c5d6b4 Build: Bump pydantic from 2.10.4 to 2.10.5 (#1504)
add 52665512 Build: Bump getdaft from 0.4.1 to 0.4.2 (#1503)
add 691740df Build: Bump sqlalchemy from 2.0.36 to 2.0.37 (#1502)
add c68b9b1e Support Location Providers (#1452)
add cad0ad7d Add `all_manifests` metadata table with tests (#1241)
add aface466 Build: Bump deptry from 0.21.2 to 0.22.0 (#1508)
add bbf2c80f 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 (097d97bd)
\
N -- N -- N refs/heads/dependabot/pip/pyspark-3.5.4 (bbf2c80f)
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/api.md | 20 +-
poetry.lock | 217 +++++++++++----------
pyiceberg/__init__.py | 2 +-
pyiceberg/io/pyarrow.py | 7 +-
pyiceberg/partitioning.py | 7 +-
pyiceberg/table/__init__.py | 15 +-
pyiceberg/table/inspect.py | 75 ++++---
pyiceberg/table/locations.py | 145 ++++++++++++++
pyproject.toml | 4 +-
tests/integration/test_inspect_table.py | 92 +++++++++
tests/integration/test_partitioning_key.py | 47 +----
.../test_writes/test_partitioned_writes.py | 39 ++++
tests/integration/test_writes/test_writes.py | 27 +++
tests/table/test_locations.py | 130 ++++++++++++
14 files changed, 633 insertions(+), 194 deletions(-)
create mode 100644 pyiceberg/table/locations.py
create mode 100644 tests/table/test_locations.py