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 7cebc37 upgrade paimon to 1.0.1 (#53)
7cebc37 is described below
commit 7cebc37bfdcfba28cfba80e172da1230c826e923
Author: Calvin Kirs <[email protected]>
AuthorDate: Wed Feb 12 10:33:34 2025 +0800
upgrade paimon to 1.0.1 (#53)
---
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 f5003f0..8729d69 100644
--- a/CHANGE-LOG.md
+++ b/CHANGE-LOG.md
@@ -11,6 +11,8 @@
#### 2.1.3
- Upgrade paimon to 1.0.0
- Upgrade iceberg to 1.6.1
+#### 2.1.4
+- Upgrade paimon to 1.0.1
### 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 52a5158..f19e23f 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -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.6.1</iceberg-hive-metastore.version>
- <paimon-hive-metastore.version>1.0.0</paimon-hive-metastore.version>
+ <paimon-hive-metastore.version>1.0.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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]