You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by fc...@apache.org on 2022/09/01 05:56:43 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3263] Add delta support for spark-3.3

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

fchen 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 721f264bb [KYUUBI #3263] Add delta support for spark-3.3
721f264bb is described below

commit 721f264bb5ea95cd1394f71f12ecab73bb033d2d
Author: Fu Chen <cf...@gmail.com>
AuthorDate: Thu Sep 1 13:56:32 2022 +0800

    [KYUUBI #3263] Add delta support for spark-3.3
    
    ### _Why are the changes needed?_
    
    https://github.com/delta-io/delta/releases/tag/v2.1.0
    
    ### _How was this patch tested?_
    
    Pass CI.
    
    Closes #3263 from cfmcgrady/delta-2.1.0rc1.
    
    Closes #3263
    
    c1e7cb47 [Fu Chen] bump delta 2.1.0
    db2a9c48 [Fu Chen] Revert "staging repository"
    8268b68a [Fu Chen] style
    0a06c5d7 [Fu Chen] staging repository
    bb479743 [Fu Chen] add delta support for spark-3.3
    
    Authored-by: Fu Chen <cf...@gmail.com>
    Signed-off-by: Fu Chen <cf...@gmail.com>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b63499da6..afc721288 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2176,10 +2176,11 @@
         <profile>
             <id>spark-3.3</id>
             <properties>
+                <delta.version>2.1.0</delta.version>
                 <spark.version>3.3.0</spark.version>
                 <spark.binary.version>3.3</spark.binary.version>
                 <spark.archive.name>spark-${spark.version}-bin-hadoop3.tgz</spark.archive.name>
-                <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
+                <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
             </properties>
             <modules>
                 <module>extensions/spark/kyuubi-extension-spark-common</module>