You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/06/21 17:55:14 UTC

[iceberg] branch master updated (4959e5473a -> 2f550cd65c)

This is an automated email from the ASF dual-hosted git repository.

dweeks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 4959e5473a Core: Send format version for create table in REST catalog (#5084)
     add 2f550cd65c Python: Renable pylint (#5066)

No new revisions were added by this update.

Summary of changes:
 python/.pre-commit-config.yaml               |  5 +++
 python/poetry.lock                           |  6 +--
 python/pylintrc                              | 46 +-------------------
 python/pyproject.toml                        |  1 -
 python/spellcheck-dictionary.txt             | 65 ----------------------------
 python/src/iceberg/avro/decoder.py           |  2 +-
 python/src/iceberg/avro/reader.py            | 15 ++++---
 python/src/iceberg/transforms.py             | 10 ++---
 python/tests/avro/test_reader.py             |  1 +
 python/tests/conftest.py                     |  1 +
 python/tests/io/test_io_base.py              |  2 +-
 python/tests/io/test_pyarrow.py              |  1 +
 python/tests/utils/test_schema_conversion.py |  1 +
 13 files changed, 28 insertions(+), 128 deletions(-)
 delete mode 100644 python/spellcheck-dictionary.txt