This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/uv/pytest-9.0.2
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


 discard 263e0ba9 Build: Bump pytest from 7.4.4 to 9.0.2
     add c542e998 infra: add the missing `setup-uv` step (#2824)
     add f161be9a Build: Bump mypy-boto3-glue from 1.40.75 to 1.42.3 (#2813)
     add e3353cc0 Build: Bump mkdocstrings from 0.30.1 to 1.0.0 (#2812)
     add c4a3db33 Build: Bump deptry from 0.23.1 to 0.24.0 (#2807)
     add ccb3a29b feat: Add RESTscan Planning Endpoints and config (#2842)
     add b43689a6 Run `uv lock --upgrade` to upgrade pyparsing (#2850)
     add 6f8f57ee Build: Bump pyarrow from 21.0.0 to 22.0.0 (#2811)
     add 75ef45d1 Core: Fix bin packing when target file size is smaller than a 
row (#2844)
     add 7057911c Build: Bump mkdocs-material from 9.7.0 to 9.7.1 (#2858)
     add 01bd19c0 Build: Bump google-auth from 2.44.0 to 2.45.0 (#2857)
     add 43f6fb59 Build: Bump prek from 0.2.22 to 0.2.23 (#2856)
     add f92a868c Build: Bump docutils from 0.22.3 to 0.22.4 (#2854)
     add 17540645 Build: Bump google-cloud-bigquery from 3.38.0 to 3.39.0 
(#2852)
     add b0a78781 Core: Respect partition evolution in inspect.partitions 
(#2845)
     add 59cdf33d fix: Add Cython build step to Makefile (#2869)
     add fa03e081 feat: Add models for rest scan planning (#2861)
     add a8033c1e feat: Allow servers to express supported endpoints with 
ConfigResponse (#2848)
     add 4a2d205b Build: Bump pytest-checkdocs from 2.13.0 to 2.14.0 (#2875)
     add aa871474 Build: Bump prek from 0.2.23 to 0.2.25 (#2873)
     add 1f7b51fc Build: Bump pyparsing from 3.3.0 to 3.3.1 (#2872)
     add df04d2e5 Build: Bump pytest from 7.4.4 to 9.0.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   (263e0ba9)
            \
             N -- N -- N   refs/heads/dependabot/uv/pytest-9.0.2 (df04d2e5)

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 +
 Makefile                                     |   2 +-
 pyiceberg/catalog/rest/__init__.py           | 173 +++++++++-
 pyiceberg/catalog/rest/scan_planning.py      | 209 +++++++++++++
 pyiceberg/expressions/parser.py              |   4 +-
 pyiceberg/io/pyarrow.py                      |   2 +-
 pyiceberg/table/inspect.py                   |   6 +-
 pyiceberg/table/metadata.py                  |  14 +-
 pyproject.toml                               |   8 +-
 tests/catalog/test_rest.py                   | 166 +++++++++-
 tests/catalog/test_scan_planning_models.py   | 450 +++++++++++++++++++++++++++
 tests/integration/test_inspect_table.py      |  12 +-
 tests/integration/test_writes/test_writes.py |  24 +-
 tests/io/test_pyarrow.py                     |  36 +++
 uv.lock                                      | 354 +++++++++++----------
 15 files changed, 1260 insertions(+), 202 deletions(-)
 create mode 100644 pyiceberg/catalog/rest/scan_planning.py
 create mode 100644 tests/catalog/test_scan_planning_models.py

Reply via email to