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 66437a8 upgrade paimon to 1.1.1 (#55)
66437a8 is described below
commit 66437a8d476d33b105aa1c573b2f18e477873fd5
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Jun 5 17:15:13 2025 +0800
upgrade paimon to 1.1.1 (#55)
upgrade iceberg to 1.9.1
---
CHANGE-LOG.md | 5 +++++
hive-catalog-shade/pom.xml | 6 +++---
pom.xml | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md
index 8729d69..15c5a6e 100644
--- a/CHANGE-LOG.md
+++ b/CHANGE-LOG.md
@@ -1,5 +1,10 @@
## Changes
+### 3.0
+#### 3.0.0
+- Upgrade paimon to 1.1.1
+- Upgrade iceberg to 1.9.1
+
### 2.1
#### 2.1.0
- Upgrade paimon to 0.8.0
diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index f19e23f..7243c3b 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.3-SNAPSHOT</version>
+ <version>3.0.0-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.6.1</iceberg-hive-metastore.version>
- <paimon-hive-metastore.version>1.0.1</paimon-hive-metastore.version>
+ <iceberg-hive-metastore.version>1.9.1</iceberg-hive-metastore.version>
+ <paimon-hive-metastore.version>1.1.1</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 f89e078..79c6b9f 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.3-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetype - doris-shade</name>
<url>https://doris.apache.org</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]