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

bowenliang 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 9533c5a3d [KYUUBI #6659] Bump Iceberg to 1.6.1
9533c5a3d is described below

commit 9533c5a3dac5673d6f8849caa24c9c4ddc7054df
Author: chengpeiming <[email protected]>
AuthorDate: Tue Sep 3 13:31:33 2024 +0800

    [KYUUBI #6659] Bump Iceberg to 1.6.1
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    Apache Iceberg 1.6.1 release 
https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.6.1
    
    ## Describe Your Solution ๐Ÿ”ง
    
    In the project POM file, I have updated the Apache Iceberg version from 
1.6.0 to 1.6.1
    
    ## 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 ๐Ÿงช
    
    #### 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 #6659 from pionCham/upgrate-iceberg-version.
    
    Closes #6659
    
    923019440 [chengpeiming] Update the docs for Spark connector
    433981e66 [chengpeiming] Supplement other configurations
    1617e36fe [chengpeiming] Upgrate iceberg.version in pom.xml
    
    Authored-by: chengpeiming <[email protected]>
    Signed-off-by: liangbowen <[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 b52278a81..5f53f6303 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.6.0
+ICEBERG_VERSION=1.6.1
 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 416aba43f..d66749d8a 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.6.0.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.1.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 6289fd81e..3d77014eb 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.5_2.12-1.6.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.1.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 71accf83d..eff21d1be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,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.6.0</iceberg.version>
+        <iceberg.version>1.6.1</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