This is the multi-page printable view of this section. Click here to print.
Release
Parquet Format Releases
2.10.0
The latest version of parquet-format is 2.10.0.
To check the validity of this release, use its:
Older releases can be found in the Archives of the Apache Software Foundation: https://archive.apache.org/dist/parquet/
2.9.0
The latest version of parquet-format is 2.9.0.
To check the validity of this release, use its:
Older Releases
Older releases can be found in the Archives of the Apache Software Foundation: https://archive.apache.org/dist/parquet/
2.8.0
The latest version of parquet-format is 2.8.0.
To check the validity of this release, use its:
Older Releases
Older releases can be found in the Archives of the Apache Software Foundation: https://archive.apache.org/dist/parquet/
2.7.0
The latest version of parquet-format is 2.7.0.
To check the validity of this release, use its:
Older Releases
Older releases can be found in the Archives of the Apache Software Foundation: https://archive.apache.org/dist/parquet/
Parquet-Java Releases
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/
1.14.2
The latest version of parquet-java is 1.14.2.
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.2</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/
1.14.1
The latest version of parquet-java is 1.14.1.
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.1</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/
1.14.0
The latest version of parquet-java is 1.14.0.
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.0</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/
1.13.1
The latest version of parquet-java is 1.13.1.
To check the validity of this release, use its:
The latest version of parquet-java on the previous minor branch is 1.12.3.
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.13.1</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/
1.13.0
The latest version of parquet-java is 1.13.0.
To check the validity of this release, use its:
The latest version of parquet-java on the previous minor branch is 1.12.3.
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.13.0</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/
1.12.3
The latest version of parquet-java is 1.12.3.
To check the validity of this release, use its:
The latest version of parquet-java on the previous minor branch is 1.11.2.
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.12.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/
1.12.2
The latest version of parquet-java is 1.12.2.
To check the validity of this release, use its:
The latest version of parquet-java on the previous minor branch is 1.11.2.
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.12.2</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/
1.14.3
The latest version of parquet-java is 1.14.4.
With the following bugfixes:
- GH-3040: DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k
- GH-3029: Fix EncryptionPropertiesHelper not to use
java.nio.file.Path
- GH-3042: Throw exception in BytesInput
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.4</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/