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

dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new e699a1eee085 [SPARK-48088][PYTHON][CONNECT][TESTS][FOLLOW-UP][3.5] 
Skips another that that requires JVM access
e699a1eee085 is described below

commit e699a1eee085eb6025f33284c6369553713794d1
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Mon May 6 19:06:29 2024 -0700

    [SPARK-48088][PYTHON][CONNECT][TESTS][FOLLOW-UP][3.5] Skips another that 
that requires JVM access
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/46334 that 
missed one more test case.
    
    ### Why are the changes needed?
    
    See https://github.com/apache/spark/pull/46334
    
    ### Does this PR introduce _any_ user-facing change?
    
    See https://github.com/apache/spark/pull/46334
    
    ### How was this patch tested?
    
    Manually
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46411 from HyukjinKwon/SPARK-48088-followup.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 python/pyspark/ml/tests/connect/test_connect_pipeline.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/pyspark/ml/tests/connect/test_connect_pipeline.py 
b/python/pyspark/ml/tests/connect/test_connect_pipeline.py
index dc7490bf14b1..eb2bedddbe28 100644
--- a/python/pyspark/ml/tests/connect/test_connect_pipeline.py
+++ b/python/pyspark/ml/tests/connect/test_connect_pipeline.py
@@ -22,6 +22,7 @@ from pyspark.sql import SparkSession
 from pyspark.ml.tests.connect.test_legacy_mode_pipeline import 
PipelineTestsMixin
 
 
+@unittest.skipIf("SPARK_SKIP_CONNECT_COMPAT_TESTS" in os.environ, "Requires 
JVM access")
 class PipelineTestsOnConnect(PipelineTestsMixin, unittest.TestCase):
     def setUp(self) -> None:
         self.spark = (


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to