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

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 7144e1ae1c2 [SPARK-38844][PYTHON][TESTS][FOLLOW-UP] Test 
pyspark.pandas.tests.test_generic_functions
7144e1ae1c2 is described below

commit 7144e1ae1c26615d10a193ddd62b6097aa480cb5
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Wed Apr 20 11:06:00 2022 +0900

    [SPARK-38844][PYTHON][TESTS][FOLLOW-UP] Test 
pyspark.pandas.tests.test_generic_functions
    
    ### What changes were proposed in this pull request?
    
    This is a minor followup of https://github.com/apache/spark/pull/36127 that 
actually activates the tests added.
    
    ### Why are the changes needed?
    
    To make sure the regression tests running in CI.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, test-only.
    
    ### How was this patch tested?
    
    CI in this PR should test it out.
    
    Closes #36271 from HyukjinKwon/SPARK-38844.
    
    Lead-authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Co-authored-by: Hyukjin Kwon <gurwls...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 dev/sparktestsupport/modules.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index b0e09884035..5514df11f9a 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -634,6 +634,7 @@ pyspark_pandas = Module(
         "pyspark.pandas.tests.test_expanding",
         "pyspark.pandas.tests.test_extension",
         "pyspark.pandas.tests.test_frame_spark",
+        "pyspark.pandas.tests.test_generic_functions",
         "pyspark.pandas.tests.test_indexops_spark",
         "pyspark.pandas.tests.test_internal",
         "pyspark.pandas.tests.test_namespace",


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

Reply via email to