On Wed, 14 Apr 2021 17:30:34 +0200 Antoine Pitrou <[email protected]> wrote:
> Ok, it seems PMC intervention is needed for the step > "3. Copy the release artifacts in SVN into releases" outlined in > https://parquet.apache.org/documentation/how-to-release/ . > > Basically, the `apache-parquet-format-2.9.0-rc0` directory from the SVN > dev/parquet repository should be copied as > `apache-parquet-format-2.9.0` to the SVN release/parquet repository. > > Could a PMC member do that? AFAICT, the required steps are the following (the last one is rejected for me): $ svn co https://dist.apache.org/repos/dist/dev/parquet candidates $ svn co https://dist.apache.org/repos/dist/release/parquet releases $ svn cp candidates/apache-parquet-format-2.9.0-rc0/ releases/apache-parquet-format-2.9.0 $ cd releases/ $ svn ci -m "Parquet Format: Add release 2.9.0" Regards Antoine. > > Regards > > Antoine. > > > > On Wed, 14 Apr 2021 12:10:11 +0200 > Antoine Pitrou <[email protected]> wrote: > > Hello, > > > > The vote to release 2.9.0 RC0 as Apache Parquet Format 2.9.0 is PASSED > > with the required three +1 binding votes. > > > > I will try to finalize the release myself, but I may need help from a > > PMC member. > > > > Best regards > > > > Antoine. > > > > > > > > On Wed, 7 Apr 2021 15:10:42 +0200 > > Antoine Pitrou <[email protected]> wrote: > > > > > Hi everyone, > > > > > > I propose the following RC to be released as official Apache Parquet > > > Format 2.9.0 release. > > > > > > The commit id is b4f0c0a643a6ec1a7def37115dd6967ba9346df7 > > > * This corresponds to the tag: apache-parquet-format-2.9.0-rc0 > > > * > > > https://github.com/apache/parquet-format/tree/b4f0c0a643a6ec1a7def37115dd6967ba9346df7 > > > > > > The release tarball, signature, and checksums are here: > > > * > > > https://dist.apache.org/repos/dist/dev/parquet/apache-parquet-format-2.9.0-rc0/ > > > > > > You can find the KEYS file here: > > > * https://downloads.apache.org/parquet/KEYS > > > > > > Binary artifacts are staged in Nexus here: > > > * > > > https://repository.apache.org/content/groups/staging/org/apache/parquet/parquet-format/ > > > > > > This release includes the following important fixes and improvements: > > > > > > * PARQUET-1996 - [Format] Add interoperable LZ4 codec, deprecate existing > > > LZ4 codec > > > * PARQUET-2013 - [Format] Mention that converted types are deprecated > > > > > > ...among other changes (see CHANGES.md for full list). > > > > > > Please download, verify, and test. > > > > > > Please vote in the next 72 hours. > > > > > > [ ] +1 Release this as Apache Parquet 2.9.0 > > > [ ] +0 > > > [ ] -1 Do not release this because... > > > > > > > > > Regards > > > > > > Antoine. > > > > > > > > > > > > > > > > > > > > >
