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 f61338db4 [KYUUBI #6063] Bump iceberg 1.4.3
f61338db4 is described below

commit f61338db490cdbf0725aa70cb22142a922776d14
Author: GGHWS <[email protected]>
AuthorDate: Tue Feb 20 21:04:05 2024 +0800

    [KYUUBI #6063] Bump iceberg 1.4.3
    
    # ๐Ÿ” Description
    ## Issue References ๐Ÿ”—
    
    This pull request closes #6063
    
    ## Describe Your Solution ๐Ÿ”ง
    
    ## Types of changes ๐Ÿ”–
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] 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 โšฐ๏ธ
    
    #### Behavior With This Pull Request ๐ŸŽ‰
    
    #### 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 #6065 from GGHWS/features/kyuubi-6063.
    
    Closes #6063
    
    f25f82b93 [GGHWS] Bump iceberg 1.4.3
    
    Authored-by: GGHWS <[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 a04c34ff3..19b612181 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,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.4.0</iceberg.version>
+        <iceberg.version>1.4.3</iceberg.version>
         <jackson.version>2.15.0</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