Hi everyone,
I propose a vote to release parquet-format 2.2.0. The release candidate
tarball is posted on dist.apache.org [1] and the release candidate tag
is parquet-format-2.2.0-rc1, which you can find on github at [2].
[ ] +1: Release this tag as parquet-format-2.2.0
[ ] +0:
[ ] -1: This release is not ready because . . .
== Details ==
This will be the first release from the Parquet project. We are
releasing parquet-format first because the other projects (parquet-mr
and parquet-cpp) depend on it.
This release uses the pre-Apache maven coordinate
com.twitter:parquet-format and parquet.* package names. To make the
transition to org.apache naming as smooth as possible for downstream
projects, we are planning to release a com.twitter artifact immediately
followed by an org.apache artifact. These artifacts will be identical
except for naming changes:
* com.twitter:parquet-format => org.apache.parquet:parquet-format
* package parquet.* => package org.apache.parquet.*
There are two major changes in this release:
* PARQUET-79: Streaming thrift API
* PARQUET-12: New logical types
rb
[1]: https://dist.apache.org/repos/dist/dev/incubator/parquet/2.2.0-rc1/
[2]:
https://github.com/apache/incubator-parquet-format/tree/parquet-format-2.2.0-rc1
[3]:
https://oss.sonatype.org/content/repositories/releases/com/twitter/parquet-format/2.2.0-rc1/
--
Ryan Blue