+1 (non-binding) after verifying as follows:

- verified gpg signature: OK [1]

- verified package checksum: OK [2]

- running tests from sources: OK [3]

- running tests on commit: OK [4]

- checked release notes: OK

- checking difference in folder: OK [5]

Tested on Ubuntu 24.04.2 LTS x86_64.

Thank you Francis for driving this!



Best regards,

Alessandro

[1]

$ curl "https://downloads.apache.org/calcite/KEYS"; | gpg --import

$ gpg --verify apache-calcite-avatica-go-5.4.0-src.tar.gz.asc
apache-calcite-avatica-go-5.4.0-src.tar.gz

[2]

$ diff <(cat apache-calcite-avatica-go-5.4.0-src.tar.gz.sha512) <(shasum -a
512 apache-calcite-avatica-go-5.4.0-src.tar.gz)

[3,4]

$ docker-compose run test

[5]

$ diff -qr . ~/git/calcite-avatica-go | grep -v gradle | grep -v idea |
grep -v .git


On Tue, 4 Mar 2025 at 10:02, Stamatis Zampetakis <zabe...@gmail.com> wrote:

> Ubuntu 22.04.5 LTS, Docker version 27.2.0, Docker Compose version v2.20.3
>
>  * Checked signatures and checksums OK
>  * Checked diff between repo and artifacts (diff -qr src git) OK
>  * Went over release note OK
>  * Checked README, NOTICE, LICENSE OK
>  * All source files have ASF headers (grep -RiL "Licensed to the
> Apache Software Foundation") OK
>  * No unexpected binary files OK (find . -type f -exec file {} \; |
> grep -v text)
>  * Run tests from source (docker compose run test) OK
>  * Run tests from tag (docker compose run test) OK
>
> +1 (binding)
>
> Best,
> Stamatis
>
> On Tue, Mar 4, 2025 at 1:32 AM Francis Chuang <francischu...@apache.org>
> wrote:
> >
> > Hey everyone,
> >
> > Just a quick reminder that Avatica-Go 5.4.0 rc0 is still open for voting.
> >
> > Francis
> >
> > On 26/02/2025 9:24 pm, Francis Chuang wrote:
> > > Hi all,
> > >
> > > I have created a release for Apache Calcite Avatica Go 5.4.0, release
> > > candidate 0.
> > >
> > > Thanks to everyone who has contributed to this release. The release
> > > notes are available here:
> > >
> https://github.com/apache/calcite-avatica-go/blob/v5.4.0-rc0/site/_docs/
> > > go_history.md
> > >
> > > The commit to be voted on:
> > > https://gitbox.apache.org/repos/asf?p=calcite-avatica-
> > > go.git;a=commit;h=f0d392bcf1dc7de85b4b367b1ee0ea96d957f55d
> > >
> > > The hash is f0d392bcf1dc7de85b4b367b1ee0ea96d957f55d
> > >
> > > The artifacts to be voted on are located here:
> > > https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-avatica-
> > > go-5.4.0-rc0/
> > >
> > > The hashes of the artifacts are as follows:
> > > src.tar.gz 04BB784F E403F73E 8743ECA7 D6559B25 EACC4F55 7CBBEE71
> > > C7B0BB97 AF102EC4841CF72A 7A800DE0 8F8B9C97 CE9CF14E 0B8F182E C6FFBBE6
> > > 1BFF93A9 616960D1
> > >
> > > Release artifacts are signed with the following key:
> > > https://people.apache.org/keys/committer/francischuang.asc
> > >
> > > Instructions for running the test suite is located here:
> > > https://github.com/apache/calcite-avatica-go/blob/v5.4.0-rc0/site/
> > > develop/avatica-go.md#testing
> > >
> > > Please vote on releasing this package as Apache Calcite Avatica Go
> 5.4.0.
> > >
> > > To run the tests without a Go environment, install docker and docker
> > > compose. Then, in the root of the release's directory, run: docker
> > > compose run test
> > >
> > > When the test suite completes, run "docker compose down" to remove and
> > > shutdown all the containers.
> > >
> > > The vote is open for the next 72 hours and passes if a majority of at
> > > least three +1 PMC votes are cast.
> > >
> > > [ ] +1 Release this package as Apache Calcite Avatica Go 5.4.0
> > > [ ]  0 I don't feel strongly about it, but I'm okay with the release
> > > [ ] -1 Do not release this package because...
> > >
> > >
> > > Here is my vote:
> > >
> > > +1 (binding)
> > >
> > > Francis
> >
>

Reply via email to