You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/23 10:09:01 UTC

[kyuubi] branch master updated: [KYUUBI #4572] Bump Iceberg from 1.1.0 to 1.2.0

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 b942656f0 [KYUUBI #4572] Bump Iceberg from 1.1.0 to 1.2.0
b942656f0 is described below

commit b942656f00a85bc49b91ab72de06ebf18279038c
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Thu Mar 23 18:08:51 2023 +0800

    [KYUUBI #4572] Bump Iceberg from 1.1.0 to 1.2.0
    
    ### _Why are the changes needed?_
    
    - Iceberg 1.2.0 release notes: https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.2.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
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4572 from bowenliang123/iceberg-1.2.0.
    
    Closes #4572
    
    f4bb2a1d3 [liangbowen] bump iceberg from 1.1.0 to 1.2.0
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff20f6656..057a09b42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
         <httpclient.version>4.5.14</httpclient.version>
         <httpcore.version>4.4.16</httpcore.version>
         <hudi.version>0.12.0</hudi.version>
-        <iceberg.version>1.1.0</iceberg.version>
+        <iceberg.version>1.2.0</iceberg.version>
         <jackson.version>2.14.2</jackson.version>
         <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
         <jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>