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/06/30 08:36:21 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2963] Bump Delta 2.0.0rc1

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 b7cd6f97f [KYUUBI #2963] Bump Delta 2.0.0rc1
b7cd6f97f is described below

commit b7cd6f97fd1af86a5c1980b3fc66b6d028aa611d
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Thu Jun 30 16:36:13 2022 +0800

    [KYUUBI #2963] Bump Delta 2.0.0rc1
    
    ### _Why are the changes needed?_
    
    Test against delta 2.0.0rc1
    
    https://github.com/delta-io/delta/releases/tag/v2.0.0rc1
    
    ### _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 #2963 from cfmcgrady/delta-2-preview.
    
    Closes #2963
    
    db3686e7 [Fu Chen] bump delta 2.0.0rc1
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5ed5fbb8..1b4195e88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.10</commons-lang3.version>
         <curator.version>2.12.0</curator.version>
-        <delta.version>1.2.1</delta.version>
+        <delta.version>2.0.0rc1</delta.version>
         <fb303.version>0.9.3</fb303.version>
         <flink.version>1.14.4</flink.version>
         <flink.module.scala.suffix>_${scala.binary.version}</flink.module.scala.suffix>
@@ -1987,7 +1987,7 @@
             <id>spark-3.2</id>
             <properties>
                 <spark.version>3.2.1</spark.version>
-                <delta.version>1.2.1</delta.version>
+                <delta.version>2.0.0rc1</delta.version>
                 <iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name>
                 <!--
                     See https://github.com/apache/incubator-kyuubi/pull/2576