The Drill team is currently relying on our own hosted version of the parquet library to make use of the Parquet-12 new types. Definitely would like to just depend on the official release.
+1 - Jason altekruse On Wed, Sep 10, 2014 at 4:32 PM, Ryan Blue <[email protected]> wrote: > Hi everyone, > > I'd like to call a vote to release parquet-format 2.2.0. The release > candidate tag is parquet-format-2.2.0-rc1, which you can find on github at > [1]. RC binaries are posted in Sonatype at [2]. > > [ ] +1: Release this tag as parquet-format-2.2.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://github.com/apache/incubator-parquet-format/tree/ > parquet-format-2.2.0-rc1 > [2]: https://oss.sonatype.org/content/repositories/releases/ > com/twitter/parquet-format/2.2.0-rc1/ > > -- > Ryan Blue >
