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 49011fc [3.1.2]Upgrade paimon to 1.4.2 (#62)
49011fc is described below
commit 49011fcfcd3686a7db2247ab0a67b15519adf87c
Author: Calvin Kirs <[email protected]>
AuthorDate: Tue Aug 4 14:06:38 2026 +0800
[3.1.2]Upgrade paimon to 1.4.2 (#62)
---
CHANGE-LOG.md | 2 ++
hive-catalog-shade/pom.xml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md
index 9abae23..a8390c7 100644
--- a/CHANGE-LOG.md
+++ b/CHANGE-LOG.md
@@ -1,6 +1,8 @@
## Changes
### 3.1
+#### 3.1.2
+- Upgrade paimon to 1.4.2
#### 3.1.1
- Upgrade paimon to 1.3.1
- Upgrade iceberg to 1.10.1
diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index c4e65b4..93f5fa6 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -31,7 +31,7 @@ under the License.
<hadoop.version>3.4.2</hadoop.version>
<hive.storage.api.version>2.8.1</hive.storage.api.version>
<iceberg-hive-metastore.version>1.10.1</iceberg-hive-metastore.version>
- <paimon-hive-metastore.version>1.3.1</paimon-hive-metastore.version>
+ <paimon-hive-metastore.version>1.4.2</paimon-hive-metastore.version>
<avro.version>1.12.0</avro.version>
<ivy.version>2.5.2</ivy.version>
<parquet.version>1.13.1</parquet.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]