Re: [VOTE][Go] Release Apache Iceberg Go v0.2.0 RC0

2025-03-23 Thread Matt Topol
Thanks Fokko! The linked PR has been merged, and I've filed a series of small PRs to fix the metadata inconsistencies that you identified. Once they are merged I'll cut a new RC. --Matt On Thu, Mar 20, 2025 at 5:05 AM Fokko Driesprong wrote: > -1 (binding) > > Since this version includes write

Re: [VOTE][Go] Release Apache Iceberg Go v0.2.0 RC0

2025-03-20 Thread Matt Topol
The updates requested have been merged with the help of Kevin Liu, I've cut a new RC. Starting a new vote now! On Thu, Mar 20, 2025 at 1:10 PM Matt Topol wrote: > Thanks Fokko! > > The linked PR has been merged, and I've filed a series of small PRs to fix > the metadata inconsistencies that you

Re: [VOTE][Go] Release Apache Iceberg Go v0.2.0 RC0

2025-03-20 Thread Fokko Driesprong
-1 (binding) Since this version includes write support, I did some testing yesterday and found an issue with the V1 metadata . Someone that's working with Clickhouse ran into the same issue, and posted a PR

Re: [VOTE][Go] Release Apache Iceberg Go v0.2.0 RC0

2025-03-19 Thread Jean-Baptiste Onofré
+1 (non binding) I checked: - hash and checksums are correct - LICENSE and NOTICE are ok - ASF header present (maybe we can add header in operation_string.go even if it's a generated file) - no binary found in the source distribution - go test -v worked - tested with CLI Thanks ! Regards JB On

Re: [VOTE][Go] Release Apache Iceberg Go v0.2.0 RC0

2025-03-19 Thread Kevin Liu
+1 (non-binding) Ran verification script `dev/release/verify_rc.sh 0.2.0 0`. Built and tested examples using the CLI. Best, Kevin Liu On Wed, Mar 19, 2025 at 8:55 AM Matt Topol wrote: > Hi, > > I would like to propose the following release candidate (RC0) of > Apache Iceberg Go version v0.2.0.

[VOTE][Go] Release Apache Iceberg Go v0.2.0 RC0

2025-03-19 Thread Matt Topol
Hi, I would like to propose the following release candidate (RC0) of Apache Iceberg Go version v0.2.0. This release candidate is based on commit: 30705a69b6c64539c1b90852cd323088f429146c [1] The source release rc0 is hosted at [2]. Please download, verify checksums and signatures, run the unit