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/10/05 20:48:55 UTC

[iceberg] branch master updated (d46734e518 -> d1f0673735)

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 d46734e518 Python: Add more expression tests (#5923)
     add d1f0673735 Python: Remove the __init__ from the tests (#5919)

No new revisions were added by this update.

Summary of changes:
 python/pyproject.toml                |  4 ++++
 python/tests/__init__.py             | 16 ----------------
 python/tests/avro/__init__.py        | 16 ----------------
 python/tests/catalog/__init__.py     | 16 ----------------
 python/tests/cli/__init__.py         | 16 ----------------
 python/tests/expressions/__init__.py | 11 -----------
 python/tests/io/__init__.py          | 16 ----------------
 python/tests/io/test_io.py           | 21 ++++++---------------
 python/tests/table/__init__.py       | 16 ----------------
 python/tests/utils/__init__.py       | 16 ----------------
 10 files changed, 10 insertions(+), 138 deletions(-)
 delete mode 100644 python/tests/__init__.py
 delete mode 100644 python/tests/avro/__init__.py
 delete mode 100644 python/tests/catalog/__init__.py
 delete mode 100644 python/tests/cli/__init__.py
 delete mode 100644 python/tests/expressions/__init__.py
 delete mode 100644 python/tests/io/__init__.py
 delete mode 100644 python/tests/table/__init__.py
 delete mode 100644 python/tests/utils/__init__.py