Skip to content

Commit

Permalink
[Build] Bump Parquet version to 1.13.1. (apache#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyujiang authored Nov 20, 2023
1 parent d6a0a08 commit 7eda88c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion paimon-format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
12 changes: 6 additions & 6 deletions paimon-format/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7eda88c

Please sign in to comment.