| commit | 36897b77dacd62640a3537f95c34e9310889375d | [log] [tgz] |
|---|---|---|
| author | Alex Stephen <1325798+rambleraptor@users.noreply.github.com> | Wed Oct 22 14:53:11 2025 -0700 |
| committer | GitHub <noreply@github.com> | Wed Oct 22 23:53:11 2025 +0200 |
| tree | 042a5ab8bb8e0b54ba73bee4d90b9bed265511f4 | |
| parent | 94ce2053495882ae51296e276a3cf51fd4acb42e [diff] |
Add tests for Partition Spec Evolution (#2479)
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
The Java implementation has several tests around updating Table Specs.
This adds three of them to the Python Catalog Tests.
## Are these changes tested?
Tests should pass.
## Are there any user-facing changes?
Just tests.
<!-- In the case of user-facing changes, please add the changelog label.
-->PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.