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

2025-07-08 Thread via GitHub
kevinjqliu commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2193517014 ## tests/table/test_metadata.py: ## @@ -173,13 +173,13 @@ def test_updating_metadata(example_table_metadata_v2: Dict[str, Any]) -> None: def test_serialize_

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

2025-07-08 Thread via GitHub
kevinjqliu merged PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146 -- 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...@i

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

2025-07-08 Thread via GitHub
Fokko commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2193411814 ## tests/table/test_metadata.py: ## @@ -173,13 +173,13 @@ def test_updating_metadata(example_table_metadata_v2: Dict[str, Any]) -> None: def test_serialize_v1(ex

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

2025-06-29 Thread via GitHub
kevinjqliu commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2173816667 ## tests/table/test_metadata.py: ## @@ -173,13 +173,13 @@ def test_updating_metadata(example_table_metadata_v2: Dict[str, Any]) -> None: def test_serialize_

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

2025-06-25 Thread via GitHub
smaheshwar-pltr commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2164392188 ## tests/table/test_statistics.py: ## @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

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

2025-06-25 Thread via GitHub
smaheshwar-pltr commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2166685623 ## tests/table/test_statistics.py: ## @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

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

2025-06-24 Thread via GitHub
smaheshwar-pltr commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2164384458 ## 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-06-24 Thread via GitHub
smaheshwar-pltr commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2164381960 ## 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-06-24 Thread via GitHub
smaheshwar-pltr commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2164380649 ## 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-06-24 Thread via GitHub
Fokko commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2164846313 ## tests/table/test_statistics.py: ## @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. Se

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

2025-06-24 Thread via GitHub
Fokko commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2164807131 ## pyiceberg/table/statistics.py: ## @@ -29,15 +29,24 @@ class BlobMetadata(IcebergBaseModel): properties: Optional[Dict[str, str]] = None -class Statisti

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

2025-06-24 Thread via GitHub
smaheshwar-pltr commented on code in PR #2146: URL: https://github.com/apache/iceberg-python/pull/2146#discussion_r2164380649 ## 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-06-24 Thread via GitHub
smaheshwar-pltr closed pull request #2033: Partition statistics metadata reading URL: https://github.com/apache/iceberg-python/pull/2033 -- 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 c

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

2025-06-24 Thread via GitHub
smaheshwar-pltr commented on PR #2033: URL: https://github.com/apache/iceberg-python/pull/2033#issuecomment-3001041785 Closing in favour of https://github.com/apache/iceberg-python/pull/2146 - thank you, @Fokko! -- This is an automated message from the Apache Git Service. To respond to th

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

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

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

2025-06-24 Thread via GitHub
Fokko opened a new pull request, #2146: URL: https://github.com/apache/iceberg-python/pull/2146 # Rationale for this change # Are these changes tested? # Are there any user-facing changes? -- This is an automated message from the Apache Git Ser

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

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

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

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

2025-05-22 Thread via GitHub
smaheshwar-pltr opened a new pull request, #2033: URL: https://github.com/apache/iceberg-python/pull/2033 # Rationale for this change # Are these changes tested? # Are there any user-facing changes? -- This is an automated message from the Apac