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. >
