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

github-bot pushed a change to branch dependabot/pip/pyspark-4.0.0
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


 discard 9f28154e Build: Bump pyspark from 3.5.6 to 4.0.0
     add fa714985 dev: add `pyarrow` to Dockerfile to suppress error (#2174)
     add a626bc2c Update schema projection to support `initial-defaults` (#1644)
     add e33cf5ac Improve Docs for IRC Catalog Connection (#2175)
     add 2b9f9e2e doc: add `ugi` back to Hive config (#2188)
     add bbb1c259 Fix UUID support (#2007)
     add 3fb92aa0 Partition statistics metadata reading (#2146)
     add 479e6639 update daft links (#2169)
     add 4f9e4e86 Build: Bump pyspark from 3.5.6 to 4.0.0

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   (9f28154e)
            \
             N -- N -- N   refs/heads/dependabot/pip/pyspark-4.0.0 (4f9e4e86)

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:
 dev/Dockerfile                               |   4 +-
 mkdocs/docs/api.md                           |   2 +-
 mkdocs/docs/configuration.md                 | 108 ++++++++++++++++++++++-----
 poetry.lock                                  |  89 +++++++++++-----------
 pyiceberg/avro/writer.py                     |   8 +-
 pyiceberg/expressions/visitors.py            |  23 ++++--
 pyiceberg/io/pyarrow.py                      |  14 +++-
 pyiceberg/partitioning.py                    |  13 +++-
 pyiceberg/table/metadata.py                  |  10 ++-
 pyiceberg/table/statistics.py                |  11 ++-
 pyproject.toml                               |   4 +-
 tests/conftest.py                            |   7 +-
 tests/integration/test_add_files.py          |   4 +-
 tests/integration/test_partitioning_key.py   |  20 -----
 tests/integration/test_reads.py              |  43 ++++++++---
 tests/integration/test_writes/test_writes.py |  59 ++++++++++++++-
 tests/io/test_pyarrow.py                     |  11 +++
 tests/table/test_metadata.py                 |   4 +-
 tests/table/test_statistics.py               |  54 ++++++++++++++
 19 files changed, 367 insertions(+), 121 deletions(-)
 create mode 100644 tests/table/test_statistics.py

Reply via email to