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 25c8e19aed Build: Bump moto from 4.1.14 to 4.2.0 in /python (#8402)
     add 51d07f50fa Python: Fix D401 pydocstyle issues (#8401)

No new revisions were added by this update.

Summary of changes:
 python/.pre-commit-config.yaml                    |  2 +-
 python/pyiceberg/avro/decoder.py                  | 14 ++--
 python/pyiceberg/avro/encoder.py                  |  8 +--
 python/pyiceberg/avro/file.py                     | 18 ++---
 python/pyiceberg/avro/reader.py                   | 18 ++---
 python/pyiceberg/avro/resolver.py                 |  8 +--
 python/pyiceberg/avro/writer.py                   | 14 ++--
 python/pyiceberg/catalog/__init__.py              | 18 ++---
 python/pyiceberg/catalog/dynamodb.py              |  8 +--
 python/pyiceberg/catalog/glue.py                  |  6 +-
 python/pyiceberg/catalog/hive.py                  |  6 +-
 python/pyiceberg/catalog/rest.py                  |  8 +--
 python/pyiceberg/catalog/sql.py                   |  6 +-
 python/pyiceberg/cli/console.py                   | 34 +++++-----
 python/pyiceberg/conversions.py                   | 12 ++--
 python/pyiceberg/expressions/__init__.py          | 80 +++++++++++------------
 python/pyiceberg/expressions/literals.py          | 42 ++++++------
 python/pyiceberg/expressions/parser.py            |  2 +-
 python/pyiceberg/expressions/visitors.py          |  4 +-
 python/pyiceberg/io/__init__.py                   | 22 +++----
 python/pyiceberg/io/fsspec.py                     | 10 +--
 python/pyiceberg/io/pyarrow.py                    | 18 ++---
 python/pyiceberg/manifest.py                      | 18 ++---
 python/pyiceberg/partitioning.py                  |  6 +-
 python/pyiceberg/schema.py                        | 46 ++++++-------
 python/pyiceberg/serializers.py                   |  4 +-
 python/pyiceberg/table/__init__.py                | 32 ++++-----
 python/pyiceberg/table/metadata.py                | 18 ++---
 python/pyiceberg/table/refs.py                    |  2 +-
 python/pyiceberg/table/snapshots.py               |  6 +-
 python/pyiceberg/table/sorting.py                 | 14 ++--
 python/pyiceberg/transforms.py                    | 26 ++++----
 python/pyiceberg/typedef.py                       | 16 ++---
 python/pyiceberg/types.py                         | 60 ++++++++---------
 python/pyiceberg/utils/bin_packing.py             |  4 +-
 python/pyiceberg/utils/concurrent.py              |  4 +-
 python/pyiceberg/utils/config.py                  |  8 +--
 python/pyiceberg/utils/datetime.py                | 44 ++++++-------
 python/pyiceberg/utils/decimal.py                 |  6 +-
 python/pyiceberg/utils/deprecated.py              |  2 +-
 python/pyiceberg/utils/lazydict.py                |  6 +-
 python/pyiceberg/utils/schema_conversion.py       | 24 +++----
 python/tests/catalog/integration_test_dynamodb.py |  2 +-
 python/tests/catalog/integration_test_glue.py     |  2 +-
 python/tests/conftest.py                          | 10 +--
 45 files changed, 359 insertions(+), 359 deletions(-)

Reply via email to