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 f8edf87 Build: Bump pytest from 7.4.4 to 8.0.0
add 2836c4a Small getting started guide on writes (#311)
add 4355912 Use `.read_bytes()` instead (#325)
add f69b231 REST: Set fresh IDs on create-table (#327)
add 7f7bb03 Add PyArrow for the Cython decoder tests (#329)
add a750b4b Remove `MotoServer` from the `conftest.py` scope (#331)
add 8a2a00e Build: Bump griffe from 0.39.1 to 0.40.0 (#333)
add 102e043 The name needs to be unique per run (#332)
add b7cf14e Allow running the Avro decoder tests without Arrow (#335)
add a3cdba5 Build: Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (#343)
add b1e33d4 Build: Bump mypy-boto3-glue from 1.34.7 to 1.34.32 (#342)
add 29db67f Create namespace from CLI (#336)
add 510915b Remove sort-order constraint (#349)
add a983935 Bug fix for writing empty df or null only columns (#350)
add a4856bc Small simplification in the name-mapping (#351)
add fa15877 docs: Add `sqlcatalog` and local fs warehouse (#361)
add a276112 sql-catalog: Default `create_engine` echo to `False` (#360)
add a3d529b sql-catalog: Fix Postgres initialization when tables do not
exist (#356)
add 9e4ed29 Use `write.parquet.compression-{codec,level}` (#358)
add 40ab60a glue: Allow `TimestampzType` (#366)
add 622adb7 docs: Document Parquet write options (#364)
add 5ddf1ed Build: Bump moto from 4.2.13 to 5.0.1 (#373)
add 6455145 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 (f8edf87)
\
N -- N -- N refs/heads/dependabot/pip/pytest-8.0.0 (6455145)
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-release.yml | 4 +-
mkdocs/docs/SUMMARY.md | 2 +-
mkdocs/docs/configuration.md | 15 +-
mkdocs/docs/contributing.md | 16 ++
mkdocs/docs/index.md | 173 ++++++++++++++++---
mkdocs/requirements.txt | 2 +-
poetry.lock | 55 +++----
pyiceberg/avro/file.py | 3 +-
pyiceberg/catalog/glue.py | 4 +-
pyiceberg/catalog/rest.py | 7 +-
pyiceberg/catalog/sql.py | 10 +-
pyiceberg/cli/console.py | 21 ++-
pyiceberg/io/pyarrow.py | 59 +++++--
pyiceberg/table/__init__.py | 32 ++--
pyproject.toml | 2 +-
tests/catalog/test_dynamodb.py | 68 ++++----
tests/catalog/test_glue.py | 74 ++++-----
tests/cli/test_console.py | 16 ++
tests/conftest.py | 57 +++----
tests/integration/test_reads.py | 6 +-
tests/integration/test_writes.py | 310 ++++++++++++++++++++++++++---------
tests/test_schema.py | 21 +++
22 files changed, 677 insertions(+), 280 deletions(-)