This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from c36c7bad3c Python: Add pickle support (#7645)
add 54062ac619 Python: Fixes for D205 issues (#7823)
No new revisions were added by this update.
Summary of changes:
python/.pre-commit-config.yaml | 2 +-
python/pyiceberg/avro/decoder.py | 59 +++++++++++++++++++++++------
python/pyiceberg/avro/file.py | 3 +-
python/pyiceberg/catalog/dynamodb.py | 7 ++--
python/pyiceberg/conversions.py | 7 ++--
python/pyiceberg/expressions/visitors.py | 3 ++
python/pyiceberg/io/__init__.py | 2 -
python/pyiceberg/partitioning.py | 4 +-
python/pyiceberg/table/metadata.py | 5 ++-
python/pyiceberg/table/snapshots.py | 6 ++-
python/pyiceberg/transforms.py | 2 +
python/pyiceberg/types.py | 13 +++++++
python/pyiceberg/utils/config.py | 5 +--
python/pyiceberg/utils/decimal.py | 1 +
python/pyiceberg/utils/deprecated.py | 6 +--
python/pyiceberg/utils/schema_conversion.py | 21 +++++-----
python/tests/conftest.py | 16 ++++----
17 files changed, 107 insertions(+), 55 deletions(-)