| commit | 7acdb12f5239594e593f2822de75c7a4c669f52f | [log] [tgz] |
|---|---|---|
| author | Fokko Driesprong <fokko@apache.org> | Tue Sep 02 10:22:13 2025 +0200 |
| committer | GitHub <noreply@github.com> | Tue Sep 02 10:22:13 2025 +0200 |
| tree | 7779c3ca7ba8ae1d8e3541d04a4899448f27f122 | |
| parent | 38c569b51b909c0b14f07b972a4a4783dbf7868c [diff] |
Set the ManifestEntryStatus (#2408) A faulty refactor: https://github.com/apache/iceberg-python/commit/59742e01e8d190aa759e0154b03300bd81a28d02#diff-e9df836e263024ba54e2706853fb25c00269fbfe3726b440ba57f4a929c995dcR927 This produces incorrect metadata, but was hidden by the writer. <!-- 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 ## Are these changes tested? ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. --> --------- Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
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/.