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 5ace7bdb Bump pyspark from 3.5.3 to 3.5.4
     add b15934d5 ADLS: Support Vended Credentials (#1520)
     add ee2ee844 Build: Bump moto from 5.0.26 to 5.0.27 (#1545)
     add c84dd8d4 Build: Bump pre-commit from 4.0.1 to 4.1.0 (#1544)
     add 3981e620 Build: Bump mkdocs-material from 9.5.49 to 9.5.50 (#1543)
     add 06384932 Update NOTICE copyright to 2025 (#1557)
     add 5a3c346a Add V3 read support (#1554)
     add 7f41565d Modified exception when converting Pyarrow (#1498)
     add c2820945 Build: Bump actions/stale from 9.0.0 to 9.1.0 (#1558)
     add 9d5638c9 Build: Bump cachetools from 5.5.0 to 5.5.1 (#1559)
     add 2cd4e789 feat: support datetime objects in literal instantiation 
(#1542)
     add 666a926f Refactor `bucket` transform types (#1562)
     add 99807016 Build: Bump boto3 from 1.36.1 to 1.36.3 (#1564)
     add 60d6e534 Build: Bump mypy-boto3-glue from 1.36.0 to 1.36.4 (#1565)
     add a0cc5635 Refactor `{year,month,day,hour}` transform (#1563)
     add 872a445d docs: Add docstrings for Identifier, Properties, 
RecursiveDict (#1530)
     add 36d383dc PyArrow: Avoid buffer-overflow by avoid doing a sort (#1555)
     add 41d4b935 Restore tests (#1567)
     add a93e300a Docs: Location Provider Documentation (#1537)
     add 3b53edc2 Mark `snapshot-id` as deprecated in `SetStatisticsUpdate` 
(#1566)
     add 5df7468d Fix statistics documentation by removing snapshot_id 
references (#1570)
     add 1e011014 Build: Bump pydantic from 2.10.5 to 2.10.6 (#1576)
     add 7be5cf2e Return an empty dict if nan values is not provided by the 
catalog (#1575)
     add 6fffb644 Log exception when FileIO import fails (#1578)
     add bf9dcc82 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   (5ace7bdb)
            \
             N -- N -- N   refs/heads/dependabot/pip/pyspark-3.5.4 (bf9dcc82)

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/stale.yml                     |   2 +-
 NOTICE                                          |   2 +-
 mkdocs/docs/api.md                              |   6 +-
 mkdocs/docs/configuration.md                    | 108 ++++++++++++++--
 poetry.lock                                     |  70 +++++------
 pyiceberg/catalog/__init__.py                   |   4 +-
 pyiceberg/expressions/literals.py               |   4 +
 pyiceberg/io/__init__.py                        |   4 +-
 pyiceberg/io/fsspec.py                          |  10 ++
 pyiceberg/io/pyarrow.py                         | 161 +++++++++++-------------
 pyiceberg/partitioning.py                       |  53 ++++++--
 pyiceberg/table/__init__.py                     |   8 +-
 pyiceberg/table/inspect.py                      |   2 +-
 pyiceberg/table/locations.py                    |  11 +-
 pyiceberg/table/metadata.py                     | 119 ++++++++++++++----
 pyiceberg/table/sorting.py                      |  13 ++
 pyiceberg/table/update/__init__.py              |  23 ++--
 pyiceberg/table/update/statistics.py            |   5 +-
 pyiceberg/transforms.py                         |  48 ++++++-
 pyiceberg/typedef.py                            |  20 ++-
 pyproject.toml                                  |   5 +-
 tests/benchmark/test_benchmark.py               |  72 +++++++++++
 tests/conftest.py                               |  71 +++++++++++
 tests/expressions/test_literals.py              |   4 +
 tests/integration/test_add_files.py             |  17 ++-
 tests/integration/test_partitioning_key.py      |   9 +-
 tests/integration/test_reads.py                 |  28 +++++
 tests/integration/test_statistics_operations.py |   4 +-
 tests/io/test_io.py                             |   4 +-
 tests/io/test_pyarrow_visitor.py                |  86 +++++++++++++
 tests/table/test_init.py                        |  14 ---
 tests/table/test_locations.py                   |   7 +-
 tests/table/test_metadata.py                    |  10 ++
 tests/table/test_partitioning.py                |  54 ++++++++
 tests/table/test_sorting.py                     |  12 ++
 35 files changed, 849 insertions(+), 221 deletions(-)
 create mode 100644 tests/benchmark/test_benchmark.py

Reply via email to