Skip to content

Commit

Permalink
[Enhancement] Upgrade paimon version to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jiao Mingye <mxdzs0612@gmail.com>
  • Loading branch information
mxdzs0612 committed Feb 10, 2025
1 parent 53ab97e commit 4b9b7f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fe/fe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ under the License.
<fe_ut_parallel>${env.FE_UT_PARALLEL}</fe_ut_parallel>
<jacoco.version>0.8.8</jacoco.version>
<iceberg.version>1.7.1</iceberg.version>
<paimon.version>1.0.0</paimon.version>
<paimon.version>1.0.1</paimon.version>
<delta-kernel.version>4.0.0rc1</delta-kernel.version>
<staros.version>3.4-rc3</staros.version>
<python>python</python>
Expand Down
8 changes: 7 additions & 1 deletion java-extensions/paimon-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<java-extensions.home>${basedir}/../</java-extensions.home>
<paimon.version>1.0.0</paimon.version>
<paimon.version>1.0.1</paimon.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -57,6 +57,12 @@
<artifactId>junit-jupiter</artifactId>
</dependency>

<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.20.0</version>
</dependency>

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-bundle</artifactId>
Expand Down

0 comments on commit 4b9b7f4

Please sign in to comment.