+1 (binding)

Tested successfully with:
> dev/release/verify_rc.sh 23.0.0 0

On Debian 14 (forky).

As a minor note, GitHub was having a lot of hiccups and was getting a
lot of errors downloading assets from the release. I did apply the
following diff to retry download failures in order to get the
verification passing:
diff --git a/dev/release/verify_rc.sh b/dev/release/verify_rc.sh
index e2c2294..fa15059 100755
--- a/dev/release/verify_rc.sh
+++ b/dev/release/verify_rc.sh
@@ -80,6 +80,9 @@ download() {
     --fail \
     --location \
     --remote-name \
+    --retry 5 \
+    --retry-all-errors \
+    --retry-delay 5 \
     --show-error \
     --silent \
     "$1"

As this is happening more often (GitHub having issues), we might want
to change our release scripts to validate assets from dist.apache.org
instead of GitHub.

Regards,
Raúl

El lun, 4 may 2026 a las 3:24, Adam Reeve (<[email protected]>) escribió:
>
> +1 (binding)
>
> I ran "dev/release/verify_rc.sh 23.0.0 0" on x86_64 Fedora 43.
>
>
>
> On Mon, 4 May 2026 at 03:37, Bryce Mecum <[email protected]> wrote:
>
> > +1
> >
> > I verified the SHA256 on the RC tarball of
> > 2623319a0264cf5318d00a69b7dcb7a6971e6f4721dc2bed55cd392ce773a58a and
> > ran the release script on macOS (arm64).
> >
> > On Sat, May 2, 2026 at 9:06 PM Curt Hagenlocher <[email protected]>
> > wrote:
> > >
> > > Hi,
> > >
> > > I would like to propose the following release candidate (RC0) of
> > > Apache Arrow .NET version 23.0.0.
> > >
> > > This release candidate is based on commit:
> > > 79e3844aca811abb3f9c463c0c27d407723e13be [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 .NET 23.0.0
> > > [ ] +0
> > > [ ] -1 Do not release this as Apache Arrow .NET 23.0.0 because...
> > >
> > > [1]:
> > >
> > https://github.com/apache/arrow-dotnet/tree/79e3844aca811abb3f9c463c0c27d407723e13be
> > > [2]: https://github.com/apache/arrow-dotnet/releases/v23.0.0-rc0
> > > [3]:
> > >
> > https://github.com/apache/arrow-dotnet/blob/main/dev/release/README.md#verify
> >

Reply via email to