+1 binding I was able to verify the release candidate with 1 caveat. `TestCreateAzureBucketDefaultCredentialCalled` in `azure_test.go` errors when I have Azure env vars set. I had to `az logout` for the tests to pass. We should probably change the test to not read from env vars. This is not a blocking issue.
Best, Kevin Liu On Fri, Feb 27, 2026 at 10:47 AM Matt Topol <[email protected]> wrote: > Hi, > > I would like to propose the following release candidate (RC0) of > Apache Iceberg Go version v0.5.0. > > This release candidate is based on commit: > fd7042c5e41bd2a05383c8e2cbf6c50866214374 [1] > > The source release rc0 is hosted at [2]. > > Please download, verify checksums and signatures, run the unit tests, > and vote on the release. See [3] for how to validate a release candidate. > > The vote will be open for at least 72 hours. > > [ ] +1 Release this as Apache Iceberg Go v0.5.0 > [ ] +0 > [ ] -1 Do not release this as Apache Iceberg Go v0.5.0 because... > > [1]: > https://github.com/apache/iceberg-go/tree/fd7042c5e41bd2a05383c8e2cbf6c50866214374 > [2]: > https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-0.5.0-rc0 > [3]: > https://github.com/apache/iceberg-go/blob/main/dev/release/README.md#verify >
