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/08/31 17:28:32 UTC

[iceberg] branch master updated (6a1f351414 -> 08bb3e2589)

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 6a1f351414 Python: Include PyYaml as a dependency (#5674)
     add 08bb3e2589 Python: Reassign schema/partition-spec/sort-order IDs  (#5627)

No new revisions were added by this update.

Summary of changes:
 python/poetry.lock                           |  61 ++++++--
 python/pyiceberg/catalog/hive.py             |  22 +--
 python/pyiceberg/catalog/rest.py             |   5 +-
 python/pyiceberg/schema.py                   | 154 +++++++++++++++++++-
 python/pyiceberg/serializers.py              |   9 +-
 python/pyiceberg/table/__init__.py           |  13 +-
 python/pyiceberg/table/metadata.py           |  56 ++++++--
 python/pyiceberg/table/partitioning.py       |  22 +++
 python/pyiceberg/table/sorting.py            |  33 +++++
 python/pyiceberg/types.py                    |   1 +
 python/pyiceberg/utils/iceberg_base_model.py |  19 ++-
 python/tests/catalog/test_hive.py            |  15 +-
 python/tests/cli/test_console.py             |   3 +-
 python/tests/table/test_init.py              |   3 +-
 python/tests/table/test_metadata.py          | 208 +++++++++++++++++++++++++--
 python/tests/table/test_sorting.py           |   4 +-
 16 files changed, 533 insertions(+), 95 deletions(-)