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 2022/09/12 05:42:50 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3472] Bump Iceberg from 0.14.0 to 0.14.1

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/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c8d92c40 [KYUUBI #3472] Bump Iceberg from 0.14.0 to 0.14.1
7c8d92c40 is described below

commit 7c8d92c40ac4086e422e495ca423ad8a83d136a3
Author: yikf <yi...@gmail.com>
AuthorDate: Mon Sep 12 05:42:39 2022 +0000

    [KYUUBI #3472] Bump Iceberg from 0.14.0 to 0.14.1
    
    ### _Why are the changes needed?_
    
    close https://github.com/apache/incubator-kyuubi/issues/3472
    
    ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3474 from Yikf/bump-0.14.0.
    
    Closes #3472
    
    4efdd3b6 [yikf] Bump iceberg
    
    Authored-by: yikf <yi...@gmail.com>
    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 63361dde3..6552232a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
         <httpclient.version>4.5.13</httpclient.version>
         <httpcore.version>4.4.15</httpcore.version>
         <hudi.version>0.12.0</hudi.version>
-        <iceberg.version>0.14.0</iceberg.version>
+        <iceberg.version>0.14.1</iceberg.version>
         <jackson.version>2.13.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>