You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/05/31 22:03:08 UTC

[iceberg] branch master updated (100c2f6b8 -> 5d0f530cb)

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

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


    from 100c2f6b8 API: Add CredentialSupplier to get credentials from FileIO. (#4895)
     add 5d0f530cb Python: Replace tox with pre-commit (#4811)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python-ci.yml                    |  15 +--
 .gitignore                                         |   2 +
 CONTRIBUTING.md                                    |   2 -
 .asf.yaml => python/.pre-commit-config.yaml        |  62 ++++++------
 python/CONTRIBUTING.md                             |  44 ++++++++
 .../api/combined_scan_task.py => python/Makefile   |  17 ++--
 python/README.md                                   |   2 +-
 python/pyproject.toml                              |  28 +++++-
 python/setup.cfg                                   |  11 +-
 python/spellcheck-dictionary.txt                   |   2 +-
 python/src/iceberg/catalog/__init__.py             |   4 +
 python/src/iceberg/catalog/base.py                 |  15 ++-
 python/src/iceberg/io/pyarrow.py                   |   8 +-
 python/src/iceberg/schema.py                       |  10 +-
 python/src/iceberg/table/base.py                   |   5 +
 python/src/iceberg/types.py                        |   7 +-
 python/src/iceberg/utils/schema_conversion.py      |   7 +-
 python/tests/catalog/test_base.py                  |  23 +++--
 python/tests/{expressions => io}/__init__.py       |   0
 python/tests/io/test_io_base.py                    |  15 ++-
 python/tests/io/test_pyarrow.py                    |   2 +-
 python/tox.ini                                     | 111 ---------------------
 22 files changed, 205 insertions(+), 187 deletions(-)
 copy .asf.yaml => python/.pre-commit-config.yaml (50%)
 create mode 100644 python/CONTRIBUTING.md
 copy python_legacy/iceberg/api/combined_scan_task.py => python/Makefile (80%)
 copy python/tests/{expressions => io}/__init__.py (100%)
 delete mode 100644 python/tox.ini