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/07/13 19:09:37 UTC

[iceberg] branch master updated (51a9702367 -> 84951419a9)

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 51a9702367 Update License Header (#5265)
     add 84951419a9 Python: Move PartitionSpec to Pydantic (#5192)

No new revisions were added by this update.

Summary of changes:
 python/pyiceberg/catalog/base.py        |  3 +-
 python/pyiceberg/table/base.py          |  7 ---
 python/pyiceberg/table/metadata.py      | 11 ++--
 python/pyiceberg/table/partitioning.py  | 96 ++++++++++++++++++++++-----------
 python/pyiceberg/transforms.py          |  2 +-
 python/tests/catalog/test_base.py       |  6 ++-
 python/tests/table/test_metadata.py     | 19 +++++--
 python/tests/table/test_partitioning.py | 55 ++++++++++++++-----
 8 files changed, 136 insertions(+), 63 deletions(-)