1.14.3

The latest version of parquet-java is 1.14.3.

To check the validity of this release, use its:

The latest version of parquet-java on the previous minor branch is 1.13.1.

To check the validity of this release, use its:

Downloading from the Maven central repository

The Parquet team publishes its releases to Maven Central.

Add the following dependency section to your pom.xml:

    <dependencies>
    ...
       <dependency>
          <groupId>org.apache.parquet</groupId>
          <artifactId>parquet-avro</artifactId>
          <version>1.14.3</version> <!-- or latest version -->
       </dependency>
    ...
    </dependencies>

Older Releases

Older releases can be found in the Archives of the Apache Software Foundation: https://archive.apache.org/dist/parquet/

Last modified November 12, 2024: Add Parquet-Java 1.14.4 (#88) (3a2b898)