+1 Thank you for all your effort to prepare this release, William. I saw your updated checklist and you did finish most testing already.
https://github.com/apache/orc/issues/1046 I did the following additionally from my side because I had an Apple Silicon notebook. 1. Download KEYS to import your GPG key. 2. Shasum and GPG sig checked. 3. Download and tested C++/Java 17 on Apple Silicon / MacOS 12.3.1. $ curl -LO https://dist.apache.org/repos/dist/release/orc/KEYS $ gpg --import KEYS $ curl -LO https://dist.apache.org/repos/dist/dev/orc/v1.7.4-rc0/orc-1.7.4.tar.gz $ curl -LO https://dist.apache.org/repos/dist/dev/orc/v1.7.4-rc0/orc-1.7.4.tar.gz.asc $ curl -LO https://dist.apache.org/repos/dist/dev/orc/v1.7.4-rc0/orc-1.7.4.tar.gz.sha256 $ shasum -a256 orc-1.7.4.tar.gz | diff - orc-1.7.4.tar.gz.sha256 $ gpg --verify orc-1.7.4.tar.gz.asc gpg: assuming signed data in 'orc-1.7.4.tar.gz' gpg: Signature made Sat Apr 9 15:06:22 2022 PDT gpg: using RSA key AA94E2A8F0A0B7167305C5232D9F6201DECDFA29 gpg: Good signature from "William Hyun (CODE SIGNING KEY) < will...@apache.org>" [unknown] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: AA94 E2A8 F0A0 B716 7305 C523 2D9F 6201 DECD FA29 Dongjoon PS. I didn't trigger the integration tests on the staging artifacts because I guess you are running them already. On Sat, Apr 9, 2022 at 3:48 PM William Hyun <williamhy...@gmail.com> wrote: > Please vote on releasing the following candidate as Apache ORC version > 1.7.4. > > [ ] +1 Release this package as Apache ORC 1.7.4 > [ ] -1 Do not release this package because ... > > TAG: > https://github.com/apache/orc/releases/tag/v1.7.4-rc0 > > RELEASE FILES: > https://dist.apache.org/repos/dist/dev/orc/v1.7.4-rc0 > > STAGING REPOSITORY: > https://repository.apache.org/content/repositories/orgapacheorc-1056 > > LIST OF ISSUES: > https://issues.apache.org/jira/projects/ORC/versions/12351349 > https://github.com/apache/orc/milestone/7?closed=1 > > This vote will be open for 72 hours. > > Regards, > William >