Re: [PR] Partition statistics metadata reading [iceberg-python]

2025-05-22 Thread via GitHub
smaheshwar-pltr commented on code in PR #2033: URL: https://github.com/apache/iceberg-python/pull/2033#discussion_r2102910004 ## pyiceberg/table/statistics.py: ## @@ -29,15 +29,24 @@ class BlobMetadata(IcebergBaseModel): properties: Optional[Dict[str, str]] = None -clas

Re: [PR] Partition statistics metadata reading [iceberg-python]

2025-05-22 Thread via GitHub
smaheshwar-pltr commented on code in PR #2033: URL: https://github.com/apache/iceberg-python/pull/2033#discussion_r2102909289 ## pyiceberg/table/statistics.py: ## @@ -29,15 +29,24 @@ class BlobMetadata(IcebergBaseModel): properties: Optional[Dict[str, str]] = None -clas