This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f916e6290 [KYUUBI #6348] Upgrade iceberg from 1.5.0 to 1.5.2
f916e6290 is described below

commit f916e629020714db04f031c2644d2d735124091a
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]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c7a95141..0cd87439d 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>

Reply via email to