You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2022/07/21 07:48:18 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3113] Bump up delta lake version from 2.0.0rc1 to 2.0.0

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

yao 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 65c3d2fbd [KYUUBI #3113] Bump up delta lake version from 2.0.0rc1 to 2.0.0
65c3d2fbd is described below

commit 65c3d2fbd412e72220696ecae6fe407e9061fe9a
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Thu Jul 21 15:48:08 2022 +0800

    [KYUUBI #3113] Bump up delta lake version from 2.0.0rc1 to 2.0.0
    
    ### _Why are the changes needed?_
    
    https://github.com/delta-io/delta/releases/tag/v2.0.0
    
    ### _How was this patch tested?_
    Pass CI.
    
    Closes #3113 from cfmcgrady/delta200.
    
    Closes #3113
    
    878d8a17 [Fu Chen] bump delta 2.0.0
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Kent Yao <ya...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 930ddb686..0b3dd7e94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <commons-lang3.version>3.10</commons-lang3.version>
         <curator.version>2.12.0</curator.version>
         <etcd.version>0.7.1</etcd.version>
-        <delta.version>2.0.0rc1</delta.version>
+        <delta.version>2.0.0</delta.version>
         <fb303.version>0.9.3</fb303.version>
         <flink.version>1.14.5</flink.version>
         <flink.module.scala.suffix>_${scala.binary.version}</flink.module.scala.suffix>
@@ -2055,7 +2055,7 @@
             <properties>
                 <spark.version>3.2.2</spark.version>
                 <spark.binary.version>3.2</spark.binary.version>
-                <delta.version>2.0.0rc1</delta.version>
+                <delta.version>2.0.0</delta.version>
                 <!--
                     See https://github.com/apache/incubator-kyuubi/pull/2576
                     Hudi 0.11 requires hudi-spark3.2-bundle to execute UT