+0

I ran dev/release/verify_rc.sh 18.2.0 on macOS aarch64 and got
failures in the Parquet encryption suite [1].

It looks like it's because the encryption test files in
parquet-testing were updated in [2]. arrow-go is pinned to an earlier
version of parquet-testing, its tests pass against that version, but
the verification script is pulling in the latest from parquet-testing
and not the pinned version from arrow-go. I was able to get the tests
to pass in my source checkout and fail after I updated my submodules.

[1] https://gist.github.com/amoeba/4808861e9520a2786fc64c4c57f07dda
[2] 
https://github.com/apache/arrow/commit/a931affa1766be1f98979228ca6ab124aa7f793c

On Mon, Mar 10, 2025 at 1:02 PM Matt Topol <zotthewiz...@gmail.com> wrote:
>
> Hi,
>
> I would like to propose the following release candidate (RC0) of
> Apache Arrow Go version 18.2.0.
>
> This release candidate is based on commit:
> 46bc47cf6cd791ab9c6e66961517bbdcda7078d9 [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.2.0
> [ ] +0
> [ ] -1 Do not release this as Apache Arrow Go 18.2.0 because...
>
> [1]:
> https://github.com/apache/arrow-go/tree/46bc47cf6cd791ab9c6e66961517bbdcda7078d9
> [2]: https://github.com/apache/arrow-go/releases/v18.2.0-rc0
> [3]:
> https://github.com/apache/arrow-go/blob/main/dev/release/README.md#verify

Reply via email to