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 2021/12/03 05:36:24 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #1486] Enable delta test on Spark 3.2 with delta 1.1.0

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 5dba80c  [KYUUBI #1486] Enable delta test on Spark 3.2 with delta 1.1.0
5dba80c is described below

commit 5dba80ccfddf04984624423d6ab56cc713c912e8
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Fri Dec 3 13:36:14 2021 +0800

    [KYUUBI #1486] Enable delta test on Spark 3.2 with delta 1.1.0
    
    ### _Why are the changes needed?_
    
    Delta 1.1.0 is out, compatible with Spark 3.2
    
    ### _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
    
    - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #1486 from pan3793/delta.
    
    Closes #1486
    
    8dce5373 [Cheng Pan] Enable delta test on Spark 3.2 with delta 1.1.0
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ae6164..0ced3d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1564,7 +1564,8 @@
             <id>spark-3.2</id>
             <properties>
                 <spark.version>3.2.0</spark.version>
-                <maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
+                <delta.version>1.1.0</delta.version>
+                <maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
             </properties>
             <modules>
                 <module>dev/kyuubi-extension-spark-common</module>