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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 7eda88c88 [Build] Bump Parquet version to 1.13.1. (#2343)
7eda88c88 is described below

commit 7eda88c88999a8935a0658168cb87f689df4d3d6
Author: Yujiang Zhong <[email protected]>
AuthorDate: Mon Nov 20 15:55:37 2023 +0800

    [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 2b0d3de87..677e19e4a 100644
--- a/paimon-format/pom.xml
+++ b/paimon-format/pom.xml
@@ -32,7 +32,7 @@ under the License.
     <name>Paimon : Format</name>
 
     <properties>
-        <parquet.version>1.12.3</parquet.version>
+        <parquet.version>1.13.1</parquet.version>
         <orc.version>1.8.3</orc.version>
         <joda-time.version>2.5</joda-time.version>
         <commons.pool.version>1.6</commons.pool.version>
diff --git a/paimon-format/src/main/resources/META-INF/NOTICE 
b/paimon-format/src/main/resources/META-INF/NOTICE
index 7316ac54a..0defbaef4 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.

Reply via email to