Skip to content

Commit 0d1a61e

Browse files
csringhoferJingsongLi
authored andcommitted
[parquet] Bump parquet version to 1.15.2 (#6363)
1 parent b1e7fd1 commit 0d1a61e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

paimon-format/src/main/resources/META-INF/NOTICE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This project bundles the following dependencies under the Apache Software Licens
1919
- com.fasterxml.jackson.core:jackson-annotations:2.14.2
2020
- org.apache.commons:commons-compress:1.22
2121

22-
- org.apache.parquet:parquet-hadoop:1.15.1
23-
- org.apache.parquet:parquet-column:1.15.1
24-
- org.apache.parquet:parquet-common:1.15.1
25-
- org.apache.parquet:parquet-encoding:1.15.1
26-
- org.apache.parquet:parquet-format-structures:1.15.1
27-
- org.apache.parquet:parquet-jackson:1.15.1
22+
- org.apache.parquet:parquet-hadoop:1.15.2
23+
- org.apache.parquet:parquet-column:1.15.2
24+
- org.apache.parquet:parquet-common:1.15.2
25+
- org.apache.parquet:parquet-encoding:1.15.2
26+
- org.apache.parquet:parquet-format-structures:1.15.2
27+
- org.apache.parquet:parquet-jackson:1.15.2
2828
- commons-pool:commons-pool:1.6
2929

3030
This project bundles the following dependencies under the BSD license.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ under the License.
110110
<testcontainers.version>1.19.1</testcontainers.version>
111111
<iceberg.version>1.6.1</iceberg.version>
112112
<hudi.version>0.15.0</hudi.version>
113-
<parquet.version>1.15.1</parquet.version>
113+
<parquet.version>1.15.2</parquet.version>
114114
<orc.version>1.9.2</orc.version>
115115
<protobuf-java.version>3.19.6</protobuf-java.version>
116116
<roaringbitmap.version>1.2.1</roaringbitmap.version>

0 commit comments

Comments
 (0)