This is an automated email from the ASF dual-hosted git repository. morningman 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 95127fa Upgrade paimon to 1.0.0 (#51) 95127fa is described below commit 95127fad5d6b8011a6d6ddf3b46449cd97dad54e Author: Calvin Kirs <k...@apache.org> AuthorDate: Wed Jan 22 10:46:27 2025 +0800 Upgrade paimon to 1.0.0 (#51) Upgrade iceberg to 1.6.1 --- CHANGE-LOG.md | 3 +++ NOTICE | 2 +- hive-catalog-shade/pom.xml | 6 +++--- pom.xml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md index 0766351..f5003f0 100644 --- a/CHANGE-LOG.md +++ b/CHANGE-LOG.md @@ -8,6 +8,9 @@ - Upgrade paimon to 0.8.1 #### 2.1.2 - Upgrade paimon to 0.9.0 +#### 2.1.3 +- Upgrade paimon to 1.0.0 +- Upgrade iceberg to 1.6.1 ### 2.0 #### 2.0.0 - upgrade avro to 1.11.3 diff --git a/NOTICE b/NOTICE index 463951d..9a0196d 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Doris -Copyright 2018-2024 The Apache Software Foundation +Copyright 2018-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml index aec6a7c..52a5158 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.2-SNAPSHOT</version> + <version>2.1.3-SNAPSHOT</version> </parent> <artifactId>hive-catalog-shade</artifactId> @@ -30,8 +30,8 @@ under the License. <!--We rewritten some hive methods, so we need to keep the same hadoop version as the main library--> <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.9.0</paimon-hive-metastore.version> + <iceberg-hive-metastore.version>1.6.1</iceberg-hive-metastore.version> + <paimon-hive-metastore.version>1.0.0</paimon-hive-metastore.version> <avro.version>1.11.4</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 5fe021b..f89e078 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.2-SNAPSHOT</version> + <version>2.1.3-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