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 c1239f245 [KYUUBI #6179] Bump iceberg from 1.4.3 to 1.5.0
c1239f245 is described below

commit c1239f245f1624f1ee2e0ca98be6e988f09a4e2e
Author: wforget <[email protected]>
AuthorDate: Wed Mar 13 17:13:38 2024 +0800

    [KYUUBI #6179] Bump iceberg from 1.4.3 to 1.5.0
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Iceberg 1.5.0 has been released: 
https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.5.0
    
    ## 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 #6179 from wForget/bump_iceberg.
    
    Closes #6179
    
    2e6cc1509 [wforget] comment
    3fc6e1129 [wforget] Bump iceberg from 1.4.3 to 1.5.0
    
    Authored-by: wforget <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f0caf697..b1a88dc83 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.4.3</iceberg.version>
+        <iceberg.version>1.5.0</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>
@@ -2195,6 +2195,8 @@
                 <spark.binary.version>3.2</spark.binary.version>
                 <delta.artifact>delta-core</delta.artifact>
                 <delta.version>2.0.2</delta.version>
+                <!-- Iceberg 1.5.0 removed support for Spark 3.2. 
apache/iceberg#9295 -->
+                <iceberg.version>1.4.3</iceberg.version>
                 
<spark.archive.name>spark-${spark.version}-bin-hadoop3.2${spark.archive.scala.suffix}.tgz</spark.archive.name>
                 
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
             </properties>

Reply via email to