Re: [PR] [Bug Fix] Fix TableMetadataV1 Validators [iceberg-python]

2024-03-25 Thread via GitHub
Fokko commented on PR #544: URL: https://github.com/apache/iceberg-python/pull/544#issuecomment-2017682157 @HonahX Yes, that sounds good. There is no formal process for starting a release, just someone needs to take the time to drive the process. Great that you want to become a release mana

Re: [PR] [Bug Fix] Fix TableMetadataV1 Validators [iceberg-python]

2024-03-25 Thread via GitHub
HonahX commented on PR #544: URL: https://github.com/apache/iceberg-python/pull/544#issuecomment-2017503525 > We might want to consider a release to get this bug fix out to the public. WDYT? That's a great idea! Shall we create a 0.6.1 milestone or a 0.6.1 proposal in dev-mail-list?

Re: [PR] [Bug Fix] Fix TableMetadataV1 Validators [iceberg-python]

2024-03-24 Thread via GitHub
Fokko merged PR #544: URL: https://github.com/apache/iceberg-python/pull/544 -- 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...@iceberg.

[PR] [Bug Fix] Fix TableMetadataV1 Validators [iceberg-python]

2024-03-24 Thread via GitHub
HonahX opened a new pull request, #544: URL: https://github.com/apache/iceberg-python/pull/544 When working on https://github.com/apache/iceberg-python/pull/498, I noticed that `new_table_metadata` cannot correctly initialize `partition_specs` and `sort_oders` fields for V1 Metadata. For ex