Skip to content

Commit 5aaff07

Browse files
authored
[FLINK-37609][format] Bump parquet to 1.15.1
1 parent bec57c1 commit 5aaff07

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

flink-formats/flink-sql-parquet/src/main/resources/META-INF/NOTICE

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The Apache Software Foundation (http://www.apache.org/).
66

77
This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
88

9-
- org.apache.parquet:parquet-avro:1.14.4
10-
- org.apache.parquet:parquet-hadoop:1.14.4
11-
- org.apache.parquet:parquet-column:1.14.4
12-
- org.apache.parquet:parquet-common:1.14.4
13-
- org.apache.parquet:parquet-encoding:1.14.4
14-
- org.apache.parquet:parquet-format-structures:1.14.4
15-
- org.apache.parquet:parquet-jackson:1.14.4
9+
- org.apache.parquet:parquet-avro:1.15.1
10+
- org.apache.parquet:parquet-hadoop:1.15.1
11+
- org.apache.parquet:parquet-column:1.15.1
12+
- org.apache.parquet:parquet-common:1.15.1
13+
- org.apache.parquet:parquet-encoding:1.15.1
14+
- org.apache.parquet:parquet-format-structures:1.15.1
15+
- org.apache.parquet:parquet-jackson:1.15.1
1616
- commons-pool:commons-pool:1.6

flink-formats/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131

3232
<properties>
33-
<flink.format.parquet.version>1.14.4</flink.format.parquet.version>
33+
<flink.format.parquet.version>1.15.1</flink.format.parquet.version>
3434
</properties>
3535

3636
<artifactId>flink-formats</artifactId>

0 commit comments

Comments
 (0)