This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push:
new 0d7cbc1fc6e [BP-1.19][FLINK-37760][format] Bump parquet from 1.15.1 to
1.15.2
0d7cbc1fc6e is described below
commit 0d7cbc1fc6e5abd1d07e9164694cd045ec71a7a6
Author: Márton Balassi <[email protected]>
AuthorDate: Thu May 8 06:39:50 2025 +0200
[BP-1.19][FLINK-37760][format] Bump parquet from 1.15.1 to 1.15.2
Co-authored-by: Ferenc Csaky <[email protected]>
---
.../src/main/resources/META-INF/NOTICE | 12 ++++++------
.../flink-sql-parquet/src/main/resources/META-INF/NOTICE | 14 +++++++-------
flink-formats/pom.xml | 2 +-
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git
a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
index 9ce68d90c77..f2b020501db 100644
--- a/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
+++ b/flink-connectors/flink-connector-hive/src/main/resources/META-INF/NOTICE
@@ -6,9 +6,9 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Apache Software
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- org.apache.parquet:parquet-hadoop:1.15.1
-- org.apache.parquet:parquet-column:1.15.1
-- org.apache.parquet:parquet-common:1.15.1
-- org.apache.parquet:parquet-encoding:1.15.1
-- org.apache.parquet:parquet-format-structures:1.15.1
-- org.apache.parquet:parquet-jackson:1.15.1
+- org.apache.parquet:parquet-hadoop:1.15.2
+- org.apache.parquet:parquet-column:1.15.2
+- org.apache.parquet:parquet-common:1.15.2
+- org.apache.parquet:parquet-encoding:1.15.2
+- org.apache.parquet:parquet-format-structures:1.15.2
+- org.apache.parquet:parquet-jackson:1.15.2
diff --git a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
index 5fed404562a..3c7d6d56b5b 100644
--- a/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
+++ b/flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE
@@ -6,11 +6,11 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the Apache Software
License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- org.apache.parquet:parquet-avro:1.15.1
-- org.apache.parquet:parquet-hadoop:1.15.1
-- org.apache.parquet:parquet-column:1.15.1
-- org.apache.parquet:parquet-common:1.15.1
-- org.apache.parquet:parquet-encoding:1.15.1
-- org.apache.parquet:parquet-format-structures:1.15.1
-- org.apache.parquet:parquet-jackson:1.15.1
+- org.apache.parquet:parquet-avro:1.15.2
+- org.apache.parquet:parquet-hadoop:1.15.2
+- org.apache.parquet:parquet-column:1.15.2
+- org.apache.parquet:parquet-common:1.15.2
+- org.apache.parquet:parquet-encoding:1.15.2
+- org.apache.parquet:parquet-format-structures:1.15.2
+- org.apache.parquet:parquet-jackson:1.15.2
- commons-pool:commons-pool:1.6
diff --git a/flink-formats/pom.xml b/flink-formats/pom.xml
index 839c3c0ef89..e08d352c59e 100644
--- a/flink-formats/pom.xml
+++ b/flink-formats/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<properties>
-
<flink.format.parquet.version>1.15.1</flink.format.parquet.version>
+
<flink.format.parquet.version>1.15.2</flink.format.parquet.version>
</properties>
<artifactId>flink-formats</artifactId>