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/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a4f3cc27 [KYUUBI #4878] Delta support for Spark-3.4
4a4f3cc27 is described below

commit 4a4f3cc2783eca42256e548968a6b7db56672483
Author: Fu Chen <[email protected]>
AuthorDate: Sat May 27 22:28:41 2023 +0800

    [KYUUBI #4878] Delta support for Spark-3.4
    
    ### _Why are the changes needed?_
    
    test against delta-2.4.0
    
    https://github.com/delta-io/delta/releases/tag/v2.4.0
    
    ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4878 from cfmcgrady/delta-2.4.0.
    
    Closes #4878
    
    537e556f5 [Fu Chen] Update pom.xml
    e89b97125 [Fu Chen] bump delta 2.4.0
    ae32f62f4 [Fu Chen] fix style
    9789a5e04 [Fu Chen] delta support for Spark-3.4
    
    Authored-by: Fu Chen <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b638ea54..b23fbd0d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2159,10 +2159,11 @@
                 <module>extensions/spark/kyuubi-spark-connector-kudu</module>
             </modules>
             <properties>
+                <delta.version>2.4.0</delta.version>
                 <spark.version>3.4.0</spark.version>
                 <!-- FIXME: used for constructing Iceberg artifact name, 
correct it once Iceberg supports Spark 3.4 -->
                 <spark.binary.version>3.3</spark.binary.version>
-                
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.IcebergTest</maven.plugin.scalatest.exclude.tags>
+                
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.IcebergTest</maven.plugin.scalatest.exclude.tags>
             </properties>
         </profile>
 

Reply via email to