I've seen support for LZ4 in parquet-cpp and Hadoop. Is there are a reason why it is not included in parquet-format above?
On Sun, Sep 6, 2015 at 12:10 PM, Jason Altekruse <[email protected]> wrote: > There are a few compression algorithms that can be configured for use with > Parquet. Here is the reference in the parquet metadata definition (all of > the metadata of the file is written with thrift) for the compression > algorithms currently supported. > > > https://github.com/apache/parquet-format/blob/master/src/thrift/parquet.thrift#L320 > > On Sun, Sep 6, 2015 at 12:21 AM, Wangchangchun (A) < > [email protected]> wrote: > > > Hi everyone, can anybody answer me a question? > > > > I want to find the compression implemention of Parquet, > > But I can not find it. > > I think it should be in parquet-format project, but I didn't find it. > > >
