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

ruifengz 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 6891f2c0ac8 [SPARK-42497][FOLLOWUPS][TESTS] Add missing UTs to 
`modules.py`
6891f2c0ac8 is described below

commit 6891f2c0ac8ccf1b77be876abdf03afed190c500
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Wed Aug 2 09:39:10 2023 +0800

    [SPARK-42497][FOLLOWUPS][TESTS] Add missing UTs to `modules.py`
    
    ### What changes were proposed in this pull request?
    add missing UTs
    
    ### Why are the changes needed?
    the two UTs were missing in https://github.com/apache/spark/pull/40525
    
    ### Does this PR introduce _any_ user-facing change?
    no. test-only
    
    ### How was this patch tested?
    updated CI
    
    Closes #42262 from zhengruifeng/ps_test_ewm.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 dev/sparktestsupport/modules.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 1caf24383c7..9e45e0facef 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -703,6 +703,7 @@ pyspark_pandas = Module(
         "pyspark.pandas.tests.test_default_index",
         "pyspark.pandas.tests.test_expanding",
         "pyspark.pandas.tests.test_extension",
+        "pyspark.pandas.tests.test_ewm",
         "pyspark.pandas.tests.test_frame_spark",
         "pyspark.pandas.tests.test_generic_functions",
         "pyspark.pandas.tests.test_indexops_spark",
@@ -928,6 +929,7 @@ pyspark_pandas_connect = Module(
         "pyspark.pandas.tests.connect.test_parity_default_index",
         "pyspark.pandas.tests.connect.test_parity_expanding",
         "pyspark.pandas.tests.connect.test_parity_extension",
+        "pyspark.pandas.tests.connect.test_parity_ewm",
         "pyspark.pandas.tests.connect.test_parity_frame_spark",
         "pyspark.pandas.tests.connect.test_parity_generic_functions",
         "pyspark.pandas.tests.connect.test_parity_indexops_spark",


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

Reply via email to