-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
64 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: "1.14.3" | ||
date: 2024-11-11` | ||
description: > | ||
--- | ||
|
||
The [latest version of parquet-java is 1.14.4](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz). | ||
|
||
With the following bugfixes: | ||
|
||
* [GH-3040](https://github.com/apache/parquet-java/issues/3040): DictionaryFilter.canDrop may return false positive result when dict size exceeds 8k | ||
* [GH-3029](https://github.com/apache/parquet-java/issues/3029): Fix EncryptionPropertiesHelper not to use `java.nio.file.Path` | ||
* [GH-3042](https://github.com/apache/parquet-java/pull/3042): Throw exception in BytesInput | ||
|
||
To [check the validity](https://www.apache.org/info/verification.html) of this release, use its: | ||
|
||
* [Release manager OpenPGP key](https://dist.apache.org/repos/dist/release/parquet/KEYS) | ||
* [OpenPGP signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.asc) | ||
* [SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.4/apache-parquet-1.14.4.tar.gz.sha512) | ||
|
||
The [latest version of parquet-java on the previous minor branch is 1.13.1](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz). | ||
|
||
To [check the validity](https://www.apache.org/info/verification.html) of this release, use its: | ||
|
||
* [Release manager OpenPGP key](https://dist.apache.org/repos/dist/release/parquet/KEYS) | ||
* [OpenPGP signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc) | ||
* [SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.sha512) | ||
|
||
### Downloading from the Maven central repository | ||
|
||
The Parquet team publishes its [releases to Maven Central](https://search.maven.org/search?q=g:org.apache.parquet). | ||
|
||
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/](https://archive.apache.org/dist/parquet/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
--- | ||
title: "Parquet-Java Releases" | ||
linkTitle: "parquet-java" | ||
weight: 20 | ||
--- |
This file was deleted.
Oops, something went wrong.