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

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


 discard 14ae226d Bump pyarrow from 16.1.0 to 17.0.0
     add 1ed3abdd Allow writing `pa.Table` that are either a subset of table 
schema or in arbitrary order, and support type promotion on write (#921)
     add fc97c227 Bump getdaft from 0.2.29 to 0.2.31 (#942)
     add 20300220 Bump pyarrow from 16.1.0 to 17.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   (14ae226d)
            \
             N -- N -- N   refs/heads/dependabot/pip/pyarrow-17.0.0 (20300220)

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:
 poetry.lock                                  |  27 +++--
 pyiceberg/io/pyarrow.py                      |  81 +++++++--------
 pyiceberg/schema.py                          | 100 +++++++++++++++++++
 pyiceberg/table/__init__.py                  |  15 ++-
 tests/conftest.py                            |  59 +++++++++++
 tests/integration/test_add_files.py          | 141 ++++++++++++++++++++++++---
 tests/integration/test_writes/test_writes.py | 102 ++++++++++++++++++-
 tests/io/test_pyarrow.py                     | 126 ++++++++++++++++++++++--
 8 files changed, 565 insertions(+), 86 deletions(-)

Reply via email to