Hi Neal, Thanks for verifying this RC.
Julia's macOS arm64 support is still experimental: https://julialang.org/downloads/ > macOS ARM (M-series Processor) [help] 64-bit (experimental) ... > macOS 11.4+ ARMv8 (64-bit) Tier 3 ... > Tier 3: Julia may or may not build. If it does, it is > unlikely to pass tests. Binaries may be available in some > cases. When they are, they should be considered > experimental. Ongoing support is dependent on community > efforts. We can't assume that all tests are passed on macOS arm64. So this is not a release blocker. See also a comment from Jacob: https://github.com/apache/arrow-julia/pull/299#issuecomment-1061134530 > No, as listed here[0], macOS ARM is currently at Tier 3 > language support, so it's not expected to be 100% > functional. > > [0] https://julialang.org/downloads/ > Also, we should update the readme to note that on non-Intel macOS, you need > to install Julia yourself and also put it on the PATH. I'll update it when Julia adds support for macOS arm64 and it still doesn't provide .tar.gz binary. If Julia provides .tar.gz binary for macOS arm64, I'll update the verification script to setup the latest Julia binary automatically. Thanks, -- kou In <CAOCv4hib9qVzm6Y9J3pFA=vec2d1ra+j_yo7-okaberjzro...@mail.gmail.com> "Re: [VOTE][Julia] Release Apache Arrow Julia 2.2.1 RC1" on Mon, 7 Mar 2022 09:37:22 -0500, Neal Richardson <neal.p.richard...@gmail.com> wrote: > I failed to verify this on macOS 11.6 arm64. 3 integration tests crashed > with "ArgumentError: unsafe_wrap: pointer 0x13b640ef8 is not properly > aligned to 16 bytes". > > I don't know enough to know whether this is a problem with the integration > test setup (and thus probably not release blocking) or whether it is > something more critical. > > Also, we should update the readme to note that on non-Intel macOS, you need > to install Julia yourself and also put it on the PATH. > > Neal > > > On Mon, Mar 7, 2022 at 8:36 AM Andrew Lamb <al...@influxdata.com> wrote: > >> +1 (binding) Mac OS Intel 12.0.1 >> >> I checked the signatures and shasums manually and ran >> ./dev/release/verify_rc.sh 2.2.1 1 >> >> ``` >> >> * Testing* Arrow tests passed >> >> + popd >> >> >> /var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-julia-2.2.1-1.XXXXX.PMczTpdj >> >> + VERIFY_SUCCESS=yes >> >> + echo 'RC looks good!' >> >> RC looks good! >> >> + cleanup >> >> + '[' yes = yes ']' >> >> + rm -rf >> >> /var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-julia-2.2.1-1.XXXXX.PMczTpdj >> >> ``` >> >> >> On Sun, Mar 6, 2022 at 1:59 PM David Li <lidav...@apache.org> wrote: >> >> > +1 (binding) >> > >> > Verified on Ubuntu 18.04 LTS (bionic)/x86_64 using: >> > >> > ./dev/release/verify_rc.sh 2.2.1 1 >> > >> > On Sun, Mar 6, 2022, at 10:39, Krisztián Szűcs wrote: >> > > +1 (binding) >> > > >> > > Verified on Intel macOS 12.2 using: >> > > VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.2.1 1 >> > > >> > > Thanks, Krisztian >> > > >> > > On Sun, Mar 6, 2022 at 1:28 PM Sutou Kouhei <k...@clear-code.com> >> wrote: >> > >> >> > >> +1 >> > >> >> > >> I ran the following on Debian GNU/Linux sid: >> > >> >> > >> VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.2.1 1 >> > >> >> > >> Thanks, >> > >> -- >> > >> kou >> > >> >> > >> In <20220306.212600.307671827583509226....@clear-code.com> >> > >> "[VOTE][Julia] Release Apache Arrow Julia 2.2.1 RC1" on Sun, 06 Mar >> > 2022 21:26:00 +0900 (JST), >> > >> Sutou Kouhei <k...@clear-code.com> wrote: >> > >> >> > >> > Hi, >> > >> > >> > >> > (Note that we don't have PMC members from Julia community >> > >> > yet. PMC members, please vote even if you don't familiar >> > >> > with Julia. We have a script that verifies this release >> > >> > candidate automatically. See [3] for details.) >> > >> > >> > >> > I would like to propose the following release candidate (RC1) of >> > >> > Apache Arrow Julia version 2.2.1. >> > >> > >> > >> > This release candidate is based on commit: >> > >> > 3afb6b2e691c26cf7ed1090ed0e7908abde9285b [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 24 hours. >> > >> > >> > >> > [ ] +1 Release this as Apache Arrow Julia 2.2.1 >> > >> > [ ] +0 >> > >> > [ ] -1 Do not release this as Apache Arrow Julia 2.2.1 because... >> > >> > >> > >> > [1]: >> > >> https://github.com/apache/arrow-julia/tree/3afb6b2e691c26cf7ed1090ed0e7908abde9285b >> > >> > [2]: >> > >> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-julia-2.2.1-rc1/ >> > >> > [3]: >> > >> https://github.com/apache/arrow-julia/blob/main/dev/release/README.md#verify >> > >>