Re: [PR] feat: validation history [iceberg-python]

2025-04-18 Thread via GitHub
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

Re: [PR] feat: validation history [iceberg-python]

2025-04-18 Thread via GitHub
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

[PR] feat: validation history [iceberg-python]

2025-04-18 Thread via GitHub
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