+1 (binding) I ran the following on an M1 Mac:
export DOTNET_DefaultStackSize=200000 dev/release/verify_rc.sh 22.1.0 1 (The export was required to avoid a stack overflow in some Python.NET test code, and was previously needed as well.) On Mon, Oct 13, 2025 at 7:01 PM Curt Hagenlocher <[email protected]> wrote: > Hi, > > I would like to propose the following release candidate (RC1) of > Apache Arrow .NET version 22.1.0. > > This release candidate is based on commit: > fcc16d879fe3618b2a6806851922c51beb1a3fd2 [1] > > The source release rc1 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 .NET 22.1.0 > [ ] +0 > [ ] -1 Do not release this as Apache Arrow .NET 22.1.0 because... > > [1]: > https://github.com/apache/arrow-dotnet/tree/fcc16d879fe3618b2a6806851922c51beb1a3fd2 > [2]: https://github.com/apache/arrow-dotnet/releases/v22.1.0-rc1 > [3]: > https://github.com/apache/arrow-dotnet/blob/main/dev/release/README.md#verify > > > Thanks, > -Curt >
