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 34bf47cab [KYUUBI #5358] Bump iceberg 1.4.0
34bf47cab is described below

commit 34bf47cab3d10fdac4386b1ce2d1bc017625b4bc
Author: wforget <[email protected]>
AuthorDate: Sun Oct 8 17:43:46 2023 +0800

    [KYUUBI #5358] Bump iceberg 1.4.0
    
    ### _Why are the changes needed?_
    
    https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.4.0
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No
    
    Closes #5358 from wForget/bump_iceberg_1_4.
    
    Closes #5358
    
    e03d8d672 [wforget] comment
    db0b6b978 [wforget] Bump iceberg 1.4.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 7e904e97b..e2b71f771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <hive.archive.download.skip>false</hive.archive.download.skip>
         <httpclient.version>4.5.14</httpclient.version>
         <httpcore.version>4.4.16</httpcore.version>
-        <iceberg.version>1.3.1</iceberg.version>
+        <iceberg.version>1.4.0</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>
@@ -2190,6 +2190,8 @@
                 <spark.version>3.1.3</spark.version>
                 <spark.binary.version>3.1</spark.binary.version>
                 <delta.version>1.0.1</delta.version>
+                <!-- Iceberg removed the support for Spark 3.1 in 
apache/iceberg#8661 since 1.4.0 -->
+                <iceberg.version>1.3.1</iceberg.version>
                 
<spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
                 
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
             </properties>

Reply via email to