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/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 54364867af [parquet] Bump parquet version to 1.15.2 (#6363)
54364867af is described below
commit 54364867af9b362dd6f2dd0a432a84ffa9001192
Author: csringhofer <[email protected]>
AuthorDate: Tue Oct 14 10:35:34 2025 +0200
[parquet] Bump parquet version to 1.15.2 (#6363)
---
paimon-format/src/main/resources/META-INF/NOTICE | 12 ++++++------
pom.xml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/paimon-format/src/main/resources/META-INF/NOTICE
b/paimon-format/src/main/resources/META-INF/NOTICE
index 4fc2e2c9e5..c90ea44717 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.22
-- 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
- commons-pool:commons-pool:1.6
This project bundles the following dependencies under the BSD license.
diff --git a/pom.xml b/pom.xml
index 18a11d4753..4f11e9ab7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@ under the License.
<testcontainers.version>1.19.1</testcontainers.version>
<iceberg.version>1.6.1</iceberg.version>
<hudi.version>0.15.0</hudi.version>
- <parquet.version>1.15.1</parquet.version>
+ <parquet.version>1.15.2</parquet.version>
<orc.version>1.9.2</orc.version>
<protobuf-java.version>3.19.6</protobuf-java.version>
<roaringbitmap.version>1.2.1</roaringbitmap.version>