This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 1931376 Add 1.15.0 release page (#90)
1931376 is described below
commit 1931376450b9806a744bc203cafdc32c261ea04a
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Dec 3 02:19:29 2024 +0100
Add 1.15.0 release page (#90)
---
content/en/blog/parquet-java/1.14.4.md | 2 +-
.../en/blog/parquet-java/{1.14.4.md => 1.15.0.md} | 24 +++++++++-------------
2 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/content/en/blog/parquet-java/1.14.4.md
b/content/en/blog/parquet-java/1.14.4.md
index da2878b..fd25d48 100644
--- a/content/en/blog/parquet-java/1.14.4.md
+++ b/content/en/blog/parquet-java/1.14.4.md
@@ -1,5 +1,5 @@
---
-title: "1.14.3"
+title: "1.14.4"
date: 2024-11-11`
description: >
---
diff --git a/content/en/blog/parquet-java/1.14.4.md
b/content/en/blog/parquet-java/1.15.0.md
similarity index 54%
copy from content/en/blog/parquet-java/1.14.4.md
copy to content/en/blog/parquet-java/1.15.0.md
index da2878b..6f4da4c 100644
--- a/content/en/blog/parquet-java/1.14.4.md
+++ b/content/en/blog/parquet-java/1.15.0.md
@@ -1,28 +1,24 @@
---
-title: "1.14.3"
-date: 2024-11-11`
+title: "1.15.0"
+date: 2024-12-02`
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).
+The [latest version of parquet-java is
1.15.0](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.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
+For the changes, please check out the [Release on
Github](https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.0).
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)
+* [Release manager OpenPGP key](https://downloads.apache.org/iceberg/KEYS)
+* [OpenPGP
signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.tar.gz.asc)
+*
[SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.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).
+The [latest version of parquet-java on the previous minor branch is
1.15.0](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.15.0/apache-parquet-1.15.0.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)
+* [Release manager OpenPGP key](https://downloads.apache.org/iceberg/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)
@@ -37,7 +33,7 @@ Add the following dependency section to your pom.xml:
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
- <version>1.14.4</version> <!-- or latest version -->
+ <version>1.15.0</version> <!-- or latest version -->
</dependency>
...
</dependencies>