You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/11/21 20:25:49 UTC

[iceberg] branch master updated (f7ac12f5a4 -> c0c5824e84)

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 f7ac12f5a4 Python: Add support for GlueCatalog (#6034)
     add c0c5824e84 Python: Disallow Any generics (#6232)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/avro/reader.py              |  7 +--
 python/pyiceberg/catalog/rest.py             |  6 +--
 python/pyiceberg/expressions/__init__.py     | 30 +++++++-----
 python/pyiceberg/expressions/literals.py     | 26 +++++-----
 python/pyiceberg/io/fsspec.py                |  4 +-
 python/pyiceberg/io/pyarrow.py               |  2 +-
 python/pyiceberg/manifest.py                 |  4 +-
 python/pyiceberg/schema.py                   |  2 +-
 python/pyiceberg/table/metadata.py           |  2 +-
 python/pyiceberg/table/partitioning.py       |  4 +-
 python/pyiceberg/table/sorting.py            |  4 +-
 python/pyiceberg/transforms.py               | 18 +++----
 python/pyiceberg/utils/bin_packing.py        | 12 +++--
 python/pyiceberg/utils/deprecated.py         |  2 +-
 python/pyiceberg/utils/parsing.py            |  2 +-
 python/pyiceberg/utils/schema_conversion.py  |  6 ++-
 python/pyiceberg/utils/singleton.py          |  2 +-
 python/pyproject.toml                        |  1 +
 python/tests/expressions/test_expressions.py | 23 ++++-----
 python/tests/expressions/test_visitors.py    | 72 +++++++++++++++-------------
 python/tests/test_transforms.py              |  3 +-
 21 files changed, 126 insertions(+), 106 deletions(-)