From 7eda88c88999a8935a0658168cb87f689df4d3d6 Mon Sep 17 00:00:00 2001 From: Yujiang Zhong <42907416+zhongyujiang@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:55:37 +0800 Subject: [PATCH] [Build] Bump Parquet version to 1.13.1. (#2343) --- paimon-format/pom.xml | 2 +- paimon-format/src/main/resources/META-INF/NOTICE | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/paimon-format/pom.xml b/paimon-format/pom.xml index 2b0d3de872e4..677e19e4a7c3 100644 --- a/paimon-format/pom.xml +++ b/paimon-format/pom.xml @@ -32,7 +32,7 @@ under the License. Paimon : Format - 1.12.3 + 1.13.1 1.8.3 2.5 1.6 diff --git a/paimon-format/src/main/resources/META-INF/NOTICE b/paimon-format/src/main/resources/META-INF/NOTICE index 7316ac54a154..0defbaef4ac5 100644 --- a/paimon-format/src/main/resources/META-INF/NOTICE +++ b/paimon-format/src/main/resources/META-INF/NOTICE @@ -19,12 +19,12 @@ This project bundles the following dependencies under the Apache Software Licens - com.fasterxml.jackson.core:jackson-annotations:2.14.2 - org.apache.commons:commons-compress:1.4.1 -- org.apache.parquet:parquet-hadoop:1.12.3 -- org.apache.parquet:parquet-column:1.12.3 -- org.apache.parquet:parquet-common:1.12.3 -- org.apache.parquet:parquet-encoding:1.12.3 -- org.apache.parquet:parquet-format-structures:1.12.3 -- org.apache.parquet:parquet-jackson:1.12.3 +- 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 - commons-pool:commons-pool:1.6 This project bundles the following dependencies under the BSD license.