Hey @David Li <[email protected]> I've filed https://github.com/apache/arrow-go/pull/603 to fix the Leak Sanitizer issues, it took a while to track them down and some of them are just issues in the way the tests were structured, but some of the leaks are actual leaks in the code, so I should incorporate them into a new RC after we merge that and then do a vote on the new RC with the fixed leaks.
--Matt On Mon, Dec 8, 2025 at 3:32 PM Bryce Mecum <[email protected]> wrote: > +1 (binding) > > Verification fails for me on both macOS aarch64 [1] and Linux amd64 > [2] (for different reasons) but I was able to verify on Linux amd64 > with the steps described in [2]: > > ASAN_OPTIONS=detect_leaks=0 dev/release/verify_rc.sh 18.5.0 0 > > [1] https://github.com/apache/arrow-go/issues/413 > [2] https://github.com/apache/arrow-go/issues/597 > > On Fri, Dec 5, 2025 at 12:40 PM Matt Topol <[email protected]> wrote: > > > > Hi, > > > > I would like to propose the following release candidate (RC0) of > > Apache Arrow Go version 18.5.0. > > > > This release candidate is based on commit: > > b2cd6a745bcc15978293ee17afad87c72c36ca35 [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 Arrow Go 18.5.0 > > [ ] +0 > > [ ] -1 Do not release this as Apache Arrow Go 18.5.0 because... > > > > [1]: > > > https://github.com/apache/arrow-go/tree/b2cd6a745bcc15978293ee17afad87c72c36ca35 > > [2]: https://github.com/apache/arrow-go/releases/v18.5.0-rc0 > > [3]: > > > https://github.com/apache/arrow-go/blob/main/dev/release/README.md#verify >
