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 8f37390a6 [KYUUBI #6558] Bump Iceberg 1.6.0
8f37390a6 is described below

commit 8f37390a66d75f686e35a6ba214923e7de99a9cf
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jul 25 22:37:21 2024 +0800

    [KYUUBI #6558] Bump Iceberg 1.6.0
    
    # :mag: Description
    
    Upgrade to latest Apache Iceberg 1.6.0
    
    ## Types of changes :bookmark:
    
    - [ ] 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 ๐Ÿงช
    
    Pass existing GHA.
    
    ---
    
    # 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 #6558 from pan3793/iceberg-1.6.0.
    
    Closes #6558
    
    75e42938f [Cheng Pan] nit
    ba508b6bb [Cheng Pan] nit
    0180521aa [Cheng Pan] Bump Iceberg 1.6.0
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 docker/playground/.env           | 2 +-
 docs/connector/flink/iceberg.rst | 2 +-
 docs/connector/spark/iceberg.rst | 2 +-
 pom.xml                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/playground/.env b/docker/playground/.env
index a62f17526..b52278a81 100644
--- a/docker/playground/.env
+++ b/docker/playground/.env
@@ -18,7 +18,7 @@
 AWS_JAVA_SDK_VERSION=1.12.367
 HADOOP_VERSION=3.3.6
 HIVE_VERSION=2.3.9
-ICEBERG_VERSION=1.4.3
+ICEBERG_VERSION=1.6.0
 KYUUBI_VERSION=1.9.0
 KYUUBI_HADOOP_VERSION=3.3.6
 POSTGRES_VERSION=12
diff --git a/docs/connector/flink/iceberg.rst b/docs/connector/flink/iceberg.rst
index 9efbe77d8..416aba43f 100644
--- a/docs/connector/flink/iceberg.rst
+++ b/docs/connector/flink/iceberg.rst
@@ -45,7 +45,7 @@ The **classpath** of kyuubi flink sql engine with Iceberg 
supported consists of
 
 1. kyuubi-flink-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed 
with a Kyuubi distribution
 2. a copy of flink distribution
-3. iceberg-flink-runtime-<flink.version>-<iceberg.version>.jar (example: 
iceberg-flink-runtime-1.18-1.5.2.jar), which can be found in the `Maven 
Central`_
+3. iceberg-flink-runtime-<flink.version>-<iceberg.version>.jar (example: 
iceberg-flink-runtime-1.18-1.6.0.jar), which can be found in the `Maven 
Central`_
 
 In order to make the Iceberg packages visible for the runtime classpath of 
engines, we can use one of these methods:
 
diff --git a/docs/connector/spark/iceberg.rst b/docs/connector/spark/iceberg.rst
index dab3802c8..6289fd81e 100644
--- a/docs/connector/spark/iceberg.rst
+++ b/docs/connector/spark/iceberg.rst
@@ -47,7 +47,7 @@ The **classpath** of Kyuubi Spark SQL engine with Iceberg 
supported consists of
 
 1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed 
with a Kyuubi distribution
 2. a copy of Spark distribution
-3. iceberg-spark-runtime-<spark.version>_<scala.version>-<iceberg.version>.jar 
(example: iceberg-spark-runtime-3.2_2.12-0.14.0.jar), which can be found in the 
`Maven Central`_
+3. iceberg-spark-runtime-<spark.version>_<scala.version>-<iceberg.version>.jar 
(example: iceberg-spark-runtime-3.5_2.12-1.6.0.jar), which can be found in the 
`Maven Central`_
 
 In order to make the Iceberg packages visible for the runtime classpath of 
engines, we can use one of these methods:
 
diff --git a/pom.xml b/pom.xml
index 450b137ff..9789d3073 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <httpcore.version>4.4.16</httpcore.version>
         <hudi.version>0.15.0</hudi.version>
         
<hudi.artifact>hudi-spark${spark.binary.version}-bundle_${scala.binary.version}</hudi.artifact>
-        <iceberg.version>1.5.2</iceberg.version>
+        <iceberg.version>1.6.0</iceberg.version>
         
<iceberg.artifact>iceberg-spark-runtime-${spark.binary.version}_${scala.binary.version}</iceberg.artifact>
         <jackson.version>2.15.4</jackson.version>
         <javax.servlet-api.version>4.0.1</javax.servlet-api.version>

Reply via email to