jayceslesar commented on code in PR #1935:
URL: https://github.com/apache/iceberg-python/pull/1935#discussion_r2051112627
##
pyiceberg/table/snapshots.py:
##
@@ -255,6 +255,14 @@ def manifests(self, io: FileIO) -> List[ManifestFile]:
"""Return the manifests for the give
jayceslesar commented on code in PR #1935:
URL: https://github.com/apache/iceberg-python/pull/1935#discussion_r2051103956
##
pyiceberg/table/snapshots.py:
##
@@ -255,6 +255,14 @@ def manifests(self, io: FileIO) -> List[ManifestFile]:
"""Return the manifests for the give
jayceslesar opened a new pull request, #1935:
URL: https://github.com/apache/iceberg-python/pull/1935
# Rationale for this change
Adds `validation_history` that will be used in support of
https://github.com/apache/iceberg-python/issues/819
# Are these changes te