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 be9c491b7a Spark: Support partition transforms with using any case
(#5335)
add 65b803ffd2 Python: Map Manifest onto Pydantic class (#5298)
No new revisions were added by this update.
Summary of changes:
python/pyiceberg/manifest.py | 180 +++++++++++++++++++++++
python/tests/utils/test_manifest.py | 283 ++++++++++++++++++++++++++++++++++++
2 files changed, 463 insertions(+)
create mode 100644 python/pyiceberg/manifest.py
create mode 100644 python/tests/utils/test_manifest.py