diff --git a/content/en/blog/parquet-mr/1.14.1.md b/content/en/blog/parquet-mr/1.14.1.md new file mode 100644 index 00000000..633efb09 --- /dev/null +++ b/content/en/blog/parquet-mr/1.14.1.md @@ -0,0 +1,41 @@ +--- +title: "1.14.1" +date: 2024-06-16 +description: > +--- +The [latest version of parquet-java is 1.14.1](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.1/apache-parquet-1.14.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.14.1/apache-parquet-1.14.1.tar.gz.asc) +* [SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.1/apache-parquet-1.14.1.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: +``` + + ... + + org.apache.parquet + parquet-avro + 1.14.1 + + ... + +``` + +### 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/)