This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
from dba1ef8 Correct schema behavior (#247)
add 33b4b73 Replace Black by Ruff formatter (#127)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 11 +--
pyiceberg/avro/codecs/__init__.py | 1 +
pyiceberg/avro/codecs/codec.py | 6 +-
pyiceberg/avro/file.py | 1 +
pyiceberg/avro/reader.py | 7 +-
pyiceberg/avro/resolver.py | 4 +-
pyiceberg/avro/writer.py | 4 +-
pyiceberg/cli/output.py | 45 ++++-------
pyiceberg/conversions.py | 1 +
pyiceberg/expressions/__init__.py | 33 +++-----
pyiceberg/expressions/literals.py | 3 +-
pyiceberg/io/__init__.py | 19 ++---
pyiceberg/io/fsspec.py | 1 +
pyiceberg/io/pyarrow.py | 1 +
pyiceberg/manifest.py | 66 +++++++---------
pyiceberg/table/__init__.py | 9 +--
pyiceberg/table/name_mapping.py | 1 +
pyiceberg/transforms.py | 15 ++--
pyiceberg/types.py | 1 +
pyiceberg/utils/concurrent.py | 1 +
pyiceberg/utils/datetime.py | 1 +
pyiceberg/utils/decimal.py | 1 +
pyiceberg/utils/schema_conversion.py | 1 +
pyiceberg/utils/singleton.py | 1 +
pyproject.toml | 3 +
tests/avro/test_reader.py | 4 +-
tests/avro/test_resolver.py | 50 ++++++------
tests/avro/test_writer.py | 40 +++++-----
tests/catalog/test_base.py | 26 +++----
tests/catalog/test_dynamodb.py | 5 +-
tests/catalog/test_glue.py | 9 ++-
tests/conftest.py | 1 +
tests/expressions/test_expressions.py | 6 +-
tests/expressions/test_visitors.py | 12 +--
tests/io/test_pyarrow.py | 12 ++-
tests/io/test_pyarrow_visitor.py | 12 ++-
tests/table/test_init.py | 12 ++-
tests/table/test_name_mapping.py | 140 ++++++++++++++++------------------
tests/test_conversions.py | 1 +
tests/test_transforms.py | 4 +-
40 files changed, 257 insertions(+), 314 deletions(-)