0 (non-binding) I did the following:
* Downloaded the tarball, .asc, and .md5 files. * Verified that the .asc signature is valid and matches Uwe's key from the KEYs file on Github. * Validated the md5 checksum using gpg. * Tried to run "dev/release/verify-release-candidate 1.3.0-rc0". I noticed its help string is stale, so I created PARQUET-1111 and PR #402. * Tried to run verify-release-candidate 1.3.0 0 from the tarball but it failed to download the .sha file. * Followed the steps in verify-release-candidate manually to build on MacOS and run the tests, which passed. :) I think we should include PR #400 to fix the verify-release-candidate script, so that the script passes. Cheers, Lars On Thu, Sep 21, 2017 at 7:01 PM, Ryan Blue <[email protected]> wrote: > +1 (binding) > > * Checked signature, checksums > * Ran tests on Ubuntu 16.04.2 with gcc 5.4.0 > > On Thu, Sep 21, 2017 at 6:24 PM, Wes McKinney <[email protected]> wrote: > > > +1 (binding) > > > > * Checked signature, checksum > > * Ran tests on Ubuntu 14.04 / gcc 4.8 > > * Ran tests with Visual Studio 2015 > > > > On Thu, Sep 21, 2017 at 7:51 AM, Uwe L. Korn <[email protected]> wrote: > > > +1 (binding) > > > > > > Build and tested on Ubuntu 16.04 > > > Verified signature > > > > > > Be aware that we have changed the signature to the new policy but > missed > > > out to update the verfication script, therefore you need the PR in > > > https://github.com/apache/parquet-cpp/pull/400 > > > > > > Uwe > > > > > > On Thu, Sep 21, 2017, at 01:47 PM, Uwe L. Korn wrote: > > >> All, > > >> > > >> I propose that we accept the following release candidate as the > official > > >> Apache Parquet C++ 1.3.0 release. > > >> > > >> Parquet C++ 1.3.0-rc0 includes the following: > > >> --- > > >> The CHANGELOG for the release is available at: > > >> https://git-wip-us.apache.org/repos/asf?p=parquet-cpp.git&f= > > CHANGELOG&hb=apache-parquet-cpp-1.3.0-rc0 > > >> > > >> The tag used to create the release candidate is: > > >> https://git-wip-us.apache.org/repos/asf?p=parquet-cpp.git;a= > > shortlog;h=refs/tags/apache-parquet-cpp-1.3.0-rc0 > > >> > > >> The release candidate is available at: > > >> https://dist.apache.org/repos/dist/dev/parquet/apache- > > parquet-cpp-1.3.0-rc0/apache-parquet-cpp-1.3.0.tar.gz > > >> > > >> The MD5 checksum of the release candidate can be found at: > > >> https://dist.apache.org/repos/dist/dev/parquet/apache- > > parquet-cpp-1.3.0-rc0/apache-parquet-cpp-1.3.0.tar.gz.md5 > > >> > > >> The signature of the release candidate can be found at: > > >> https://dist.apache.org/repos/dist/dev/parquet/apache- > > parquet-cpp-1.3.0-rc0/apache-parquet-cpp-1.3.0.tar.gz.asc > > >> > > >> The GPG key used to sign the release are available at: > > >> https://dist.apache.org/repos/dist/dev/parquet/KEYS > > >> > > >> The release is based on the commit hash > > >> 96f868f7817275f06ded618731c01d6f861bd8b6. > > >> > > >> Please download, verify, and test. > > >> > > >> The vote will close on So 24. Sep 13:33:26 CEST 2017 > > >> > > >> [ ] +1 Release this as Apache Parquet C++ 1.3.0 > > >> [ ] +0 > > >> [ ] -1 Do not release this as Apache Parquet C++ 1.3.0 because... > > >> > > >> Uwe > > >> > > >> -- > > >> Uwe L. Korn > > >> [email protected] > > > > > > -- > Ryan Blue > Software Engineer > Netflix >
