Re: [PR] Add v3 structs [iceberg-python]

2025-06-13 Thread via GitHub
Fokko commented on PR #2065: URL: https://github.com/apache/iceberg-python/pull/2065#issuecomment-2970393485 Sorry for the long wait @b-phi, but thanks for adding this 🙌 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Add v3 structs [iceberg-python]

2025-06-13 Thread via GitHub
Fokko merged PR #2065: URL: https://github.com/apache/iceberg-python/pull/2065 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceber

Re: [PR] Add v3 structs [iceberg-python]

2025-06-13 Thread via GitHub
Fokko commented on code in PR #2065: URL: https://github.com/apache/iceberg-python/pull/2065#discussion_r2144955628 ## pyiceberg/manifest.py: ## @@ -289,6 +289,129 @@ def __repr__(self) -> str: doc="ID representing sort order for this file", ), ), +

[PR] Add v3 structs [iceberg-python]

2025-06-03 Thread via GitHub
b-phi opened a new pull request, #2065: URL: https://github.com/apache/iceberg-python/pull/2065 Adds v3 structs for data files, manifest entries, and manifest lists. Closes https://github.com/apache/iceberg-python/issues/1982 -- This is an automated message from the Apache Git S

Re: [PR] Add v3 structs [iceberg-python]

2025-06-03 Thread via GitHub
b-phi commented on code in PR #2065: URL: https://github.com/apache/iceberg-python/pull/2065#discussion_r2124465099 ## pyiceberg/manifest.py: ## @@ -289,6 +289,129 @@ def __repr__(self) -> str: doc="ID representing sort order for this file", ), ), +