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 c6962beb6 [KYUUBI #6096] Enable PySpark tests for Spark 3.5
c6962beb6 is described below

commit c6962beb65e8520e154f90866a3375107a641437
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Feb 27 17:32:25 2024 +0800

    [KYUUBI #6096] Enable PySpark tests for Spark 3.5
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    As title
    
    ## Describe Your Solution ๐Ÿ”ง
    
    As title
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    Pass GA.
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6096 from pan3793/spark-3.5-pyspark.
    
    Closes #6096
    
    49229f7f7 [Cheng Pan] Enable PySpark tests for Spark 3.5
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7aedfaac4..7fa15291b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2308,7 +2308,7 @@
                 <hudi.spark.binary.version>3.4</hudi.spark.binary.version>
                 <spark.version>3.5.0</spark.version>
                 <spark.binary.version>3.5</spark.binary.version>
-                
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.PySparkTest</maven.plugin.scalatest.exclude.tags>
+                
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
             </properties>
         </profile>
 

Reply via email to