This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7b3bc4d28ff9a061fc1faac1aab8ee6b70d73a85
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Fri Jan 17 18:49:17 2025 +0100

    [FLINK-36695][Formats] Bump Parquet dependency to 1.14.4
    
    ---------
    
    Co-authored-by: Sergey Nuyanzin <snuyan...@gmail.com>
---
 .../src/main/resources/META-INF/NOTICE                     | 12 ++++++------
 .../flink-sql-parquet/src/main/resources/META-INF/NOTICE   | 14 +++++++-------
 flink-formats/pom.xml                                      |  2 +-
 flink-python/pom.xml                                       |  6 ++++++
 4 files changed, 20 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 2b1350db2a2..35fe85901b8 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.13.1
-- org.apache.parquet:parquet-column:1.13.1
-- org.apache.parquet:parquet-common:1.13.1
-- org.apache.parquet:parquet-encoding:1.13.1
-- org.apache.parquet:parquet-format-structures:1.13.1
-- org.apache.parquet:parquet-jackson:1.13.1
+- org.apache.parquet:parquet-hadoop:1.14.4
+- org.apache.parquet:parquet-column:1.14.4
+- org.apache.parquet:parquet-common:1.14.4
+- org.apache.parquet:parquet-encoding:1.14.4
+- org.apache.parquet:parquet-format-structures:1.14.4
+- org.apache.parquet:parquet-jackson:1.14.4
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 7f974485f6c..86c7430d133 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.13.1
-- org.apache.parquet:parquet-hadoop:1.13.1
-- org.apache.parquet:parquet-column:1.13.1
-- org.apache.parquet:parquet-common:1.13.1
-- org.apache.parquet:parquet-encoding:1.13.1
-- org.apache.parquet:parquet-format-structures:1.13.1
-- org.apache.parquet:parquet-jackson:1.13.1
+- org.apache.parquet:parquet-avro:1.14.4
+- org.apache.parquet:parquet-hadoop:1.14.4
+- org.apache.parquet:parquet-column:1.14.4
+- org.apache.parquet:parquet-common:1.14.4
+- org.apache.parquet:parquet-encoding:1.14.4
+- org.apache.parquet:parquet-format-structures:1.14.4
+- org.apache.parquet:parquet-jackson:1.14.4
 - commons-pool:commons-pool:1.6
diff --git a/flink-formats/pom.xml b/flink-formats/pom.xml
index 8d5cc150298..d3b7bac735b 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.13.1</flink.format.parquet.version>
+               
<flink.format.parquet.version>1.14.4</flink.format.parquet.version>
        </properties>
 
        <artifactId>flink-formats</artifactId>
diff --git a/flink-python/pom.xml b/flink-python/pom.xml
index 2c9713b93de..8a807c81001 100644
--- a/flink-python/pom.xml
+++ b/flink-python/pom.xml
@@ -379,6 +379,12 @@ under the License.
                        <artifactId>commons-lang3</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>com.fasterxml.jackson.datatype</groupId>
+                       <artifactId>jackson-datatype-jdk8</artifactId>
+                       <version>${jackson-bom.version}</version>
+               </dependency>
+
        </dependencies>
 
        <dependencyManagement>

Reply via email to