This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 0c744a928 [KYUUBI #6348] Upgrade iceberg from 1.5.0 to 1.5.2
0c744a928 is described below
commit 0c744a92849f79cfc349c170e08c494ae100b05c
Author: pengbei <[email protected]>
AuthorDate: Fri May 10 14:30:27 2024 +0800
[KYUUBI #6348] Upgrade iceberg from 1.5.0 to 1.5.2
# :mag: Description
## Issue References ๐
This pull request fixes #6348
## Describe Your Solution ๐ง
In the project POM file, I have updated the Apache Iceberg version from
1.5.0 to 1.5.2
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [x] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6349 from mrpengbei/KYUUBI6348.
Closes #6348
930389810 [Peng Bei] Update pom.xml
119bb785d [pengbei] [KYUUBI #6348] Upgrade iceberg from 1.5.0 to 1.5.1 #6348
Lead-authored-by: pengbei <[email protected]>
Co-authored-by: Peng Bei <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit f916e629020714db04f031c2644d2d735124091a)
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 669346b2e..6b4d8ecbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<httpcore.version>4.4.16</httpcore.version>
<hudi.version>0.14.0</hudi.version>
<hudi.spark.binary.version>${spark.binary.version}</hudi.spark.binary.version>
- <iceberg.version>1.5.0</iceberg.version>
+ <iceberg.version>1.5.2</iceberg.version>
<jackson.version>2.15.4</jackson.version>
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
<jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>