This is an automated email from the ASF dual-hosted git repository.
diwu 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 c84872a Upgrade paimon to 0.8.1 (#46)
c84872a is described below
commit c84872a09edae7c6c89d1c6a0f0e27439f2f68c4
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu Jun 27 10:11:58 2024 +0800
Upgrade paimon to 0.8.1 (#46)
---
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 de331b7..57116d0 100644
--- a/CHANGE-LOG.md
+++ b/CHANGE-LOG.md
@@ -4,6 +4,8 @@
#### 2.1.0
- Upgrade paimon to 0.8.0
- Upgrade bcpkix-jdkon15 dependency to bcpkix-jdkon18
+#### 2.1.1
+- Upgrade paimon to 0.8.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 53baa3f..6100968 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.4.3</iceberg-hive-metastore.version>
- <paimon-hive-metastore.version>0.8.0</paimon-hive-metastore.version>
+ <paimon-hive-metastore.version>0.8.1</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]