This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/pytest-8.0.0
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
discard 2045004 Build: Bump pytest from 7.4.4 to 8.0.0
add 02e6430 `create_table` with a PyArrow Schema (#305)
add 2801e93 docs: Add community page (#315)
add 32299c1 Build: Bump aiohttp from 3.9.1 to 3.9.2 (#323)
add f762a3b Build: Bump adlfs from 2023.12.0 to 2024.1.0 (#320)
add c6a2fab Build: Bump pydantic from 2.5.3 to 2.6.0 (#317)
add 7b4aff1 Build: Bump mkdocs-material from 9.5.5 to 9.5.6 (#318)
add 667bd90 Build: Bump pytest from 7.4.4 to 8.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 (2045004)
\
N -- N -- N refs/heads/dependabot/pip/pytest-8.0.0 (667bd90)
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/SUMMARY.md | 1 +
mkdocs/docs/api.md | 19 +++
mkdocs/docs/community.md | 64 +++++++
mkdocs/requirements.txt | 2 +-
poetry.lock | 360 ++++++++++++++++++---------------------
pyiceberg/catalog/__init__.py | 22 ++-
pyiceberg/catalog/dynamodb.py | 8 +-
pyiceberg/catalog/glue.py | 8 +-
pyiceberg/catalog/hive.py | 9 +-
pyiceberg/catalog/noop.py | 6 +-
pyiceberg/catalog/rest.py | 8 +-
pyiceberg/catalog/sql.py | 8 +-
pyiceberg/io/pyarrow.py | 25 ++-
pyiceberg/schema.py | 53 +++---
pyproject.toml | 4 +-
tests/catalog/test_base.py | 34 +++-
tests/catalog/test_dynamodb.py | 18 ++
tests/catalog/test_glue.py | 23 +++
tests/catalog/test_sql.py | 20 +++
tests/conftest.py | 173 +++++++++++++++++++
tests/io/test_pyarrow_visitor.py | 120 ++-----------
21 files changed, 651 insertions(+), 334 deletions(-)
create mode 100644 mkdocs/docs/community.md