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/11/03 15:38:48 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3750] Bump delta from 2.0.0 to 2.0.1 for Spark-3.2

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 7d073e5a4 [KYUUBI #3750] Bump delta from 2.0.0 to 2.0.1 for Spark-3.2
7d073e5a4 is described below

commit 7d073e5a49c47c392afc658ddbc582845182fbf0
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Thu Nov 3 15:38:39 2022 +0000

    [KYUUBI #3750] Bump delta from 2.0.0 to 2.0.1 for Spark-3.2
    
    ### _Why are the changes needed?_
    
    https://github.com/delta-io/delta/releases/tag/v2.0.1
    
    ### _How was this patch tested?_
    
    Pass CI.
    
    Closes #3750 from cfmcgrady/delta-2.0.1.
    
    Closes #3750
    
    ee71d9fb [Fu Chen] bump up delta 2.0.1
    
    Authored-by: Fu Chen <cf...@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 176e2b20a..398468506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2186,7 +2186,7 @@
             <properties>
                 <spark.version>3.2.2</spark.version>
                 <spark.binary.version>3.2</spark.binary.version>
-                <delta.version>2.0.0</delta.version>
+                <delta.version>2.0.1</delta.version>
                 <spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
                 <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
             </properties>