This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/mkdocstrings-python-1.10.7
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
discard 819cf534 Bump mkdocstrings-python from 1.10.5 to 1.10.7
add 0213dabe Fix issues related to having catalog_name in identifier (#964)
add be5c4264 missing markers (#969)
add 3c233cbf Bump tenacity from 8.5.0 to 9.0.0 (#978)
add 266c1cc1 Update release testing doc (#976)
add d6011e6b visual aids (#975)
add 73fd8a28 Bump up version in dev Dockerfile and Issue Template (#981)
add b77dd719 Fix pydantic warning in the commit process (#972)
add 6a6e0ab1 Bump up Iceberg version to 1.6.0 (#982)
add 1e6ec0ec Use original `partition-spec-id` when marking a file as
deleted (#984)
add 2acba740 Use `self.table_metadata` in transaction (#985)
add 38097080 DOCS: Add more post release notes (#983)
add dafcf229 Treat warning as error in CI/Dev (#973)
add 6c0d3070 Use 'strtobool' instead of comparing with a string. (#988)
add e8ff2efe Bump getdaft from 0.2.31 to 0.2.33 (#993)
add a5fa1ffe Bump mkdocstrings from 0.25.1 to 0.25.2 (#968)
add 4cf09352 Bump mkdocstrings-python from 1.10.5 to 1.10.7
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 (819cf534)
\
N -- N -- N refs/heads/dependabot/pip/mkdocstrings-python-1.10.7
(4cf09352)
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/ISSUE_TEMPLATE/iceberg_bug_report.yml | 3 +-
dev/Dockerfile | 4 +-
mkdocs/docs/assets/images/gen-release-notes.jpg | Bin 0 -> 73250 bytes
.../images/ghactions-run-workflow-pypi-upload.png | Bin 0 -> 221264 bytes
.../images/ghactions-run-workflow-svn-upload.png | Bin 0 -> 218863 bytes
mkdocs/docs/how-to-release.md | 49 ++++++++--
mkdocs/docs/verify-release.md | 5 +-
mkdocs/requirements.txt | 2 +-
poetry.lock | 22 ++---
pyiceberg/catalog/dynamodb.py | 13 ++-
pyiceberg/catalog/glue.py | 16 ++--
pyiceberg/catalog/hive.py | 14 +--
pyiceberg/catalog/rest.py | 21 +++-
pyiceberg/conversions.py | 3 +-
pyiceberg/expressions/parser.py | 3 +-
pyiceberg/io/fsspec.py | 15 ++-
pyiceberg/io/pyarrow.py | 29 +++---
pyiceberg/table/__init__.py | 106 ++++++++-------------
pyiceberg/utils/properties.py | 76 +++++++++++++++
pyproject.toml | 25 +++--
tests/catalog/test_rest.py | 24 ++++-
tests/catalog/test_sql.py | 8 +-
tests/expressions/test_literals.py | 20 ++--
tests/integration/test_deletes.py | 98 ++++++++++++++++++-
tests/integration/test_inspect_table.py | 6 +-
tests/integration/test_writes/test_writes.py | 35 ++++---
tests/utils/test_properties.py | 98 +++++++++++++++++++
27 files changed, 514 insertions(+), 181 deletions(-)
create mode 100644 mkdocs/docs/assets/images/gen-release-notes.jpg
create mode 100644
mkdocs/docs/assets/images/ghactions-run-workflow-pypi-upload.png
create mode 100644
mkdocs/docs/assets/images/ghactions-run-workflow-svn-upload.png
create mode 100644 pyiceberg/utils/properties.py
create mode 100644 tests/utils/test_properties.py