This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/master by this push: new 1168dbd Upgrade paimon to 0.9.0 (#47) 1168dbd is described below commit 1168dbd612ebb7d80f3d72eac53ae31b422d0ad0 Author: Calvin Kirs <k...@apache.org> AuthorDate: Fri Oct 11 10:31:08 2024 +0800 Upgrade paimon to 0.9.0 (#47) --- CHANGE-LOG.md | 2 ++ hive-catalog-shade/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md index 57116d0..0766351 100644 --- a/CHANGE-LOG.md +++ b/CHANGE-LOG.md @@ -6,6 +6,8 @@ - Upgrade bcpkix-jdkon15 dependency to bcpkix-jdkon18 #### 2.1.1 - Upgrade paimon to 0.8.1 +#### 2.1.2 +- Upgrade paimon to 0.9.0 ### 2.0 #### 2.0.0 - upgrade avro to 1.11.3 diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml index 6100968..a0db9da 100644 --- a/hive-catalog-shade/pom.xml +++ b/hive-catalog-shade/pom.xml @@ -20,7 +20,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> </parent> <artifactId>hive-catalog-shade</artifactId> @@ -31,7 +31,7 @@ under the License. <hadoop.version>3.3.6</hadoop.version> <hive.storage.api.version>2.8.1</hive.storage.api.version> <iceberg-hive-metastore.version>1.4.3</iceberg-hive-metastore.version> - <paimon-hive-metastore.version>0.8.1</paimon-hive-metastore.version> + <paimon-hive-metastore.version>0.9.0</paimon-hive-metastore.version> <avro.version>1.11.3</avro.version> <ivy.version>2.5.2</ivy.version> <parquet.version>1.13.1</parquet.version> diff --git a/pom.xml b/pom.xml index a3f629f..5fe021b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ under the License. </parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Archetype - doris-shade</name> <url>https://doris.apache.org</url> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org