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 06f3929e57 Python: Update .gitignore and remove unused imports (#8319)
add 700127d6ba Python: Delegate JSON serialization to Pydantic (#8286)
No new revisions were added by this update.
Summary of changes:
python/pyiceberg/catalog/rest.py | 2 +-
python/pyiceberg/serializers.py | 5 +--
python/pyiceberg/table/__init__.py | 4 +-
python/pyiceberg/table/metadata.py | 26 +++++++++---
python/tests/catalog/test_hive.py | 5 +--
python/tests/table/test_metadata.py | 79 +++++++++++++++++++++++++------------
python/tests/table/test_sorting.py | 4 +-
7 files changed, 83 insertions(+), 42 deletions(-)