You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/03/27 00:27:30 UTC

[spark] branch branch-3.3 updated: [SPARK-37512][PYTHON][FOLLOWUP] Add test_timedelta_ops to modules

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

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


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new f0e1ad9  [SPARK-37512][PYTHON][FOLLOWUP] Add test_timedelta_ops to modules
f0e1ad9 is described below

commit f0e1ad9a4099f93b5fa373777a29fd6da71538f6
Author: Yikun Jiang <yi...@gmail.com>
AuthorDate: Sun Mar 27 09:23:19 2022 +0900

    [SPARK-37512][PYTHON][FOLLOWUP] Add test_timedelta_ops to modules
    
    ### What changes were proposed in this pull request?
    
    Add `test_timedelta_ops` to modules
    
    ### Why are the changes needed?
    `test_timedelta_ops` wasn't added to modules in original PR https://github.com/apache/spark/pull/34776.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    - UT passed
    - `Build modules (master, regular job): pyspark-pandas` contains test_timedelta_ops.
    
    Closes #35980 from Yikun/patch-19.
    
    Authored-by: Yikun Jiang <yi...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
    (cherry picked from commit 0a4de08566eb38bf2c5ddb5d6312195d503fa7d7)
    Signed-off-by: Hyukjin Kwon <gu...@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 6e668bb..aab6305 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -613,6 +613,7 @@ pyspark_pandas = Module(
         "pyspark.pandas.tests.data_type_ops.test_num_ops",
         "pyspark.pandas.tests.data_type_ops.test_string_ops",
         "pyspark.pandas.tests.data_type_ops.test_udt_ops",
+        "pyspark.pandas.tests.data_type_ops.test_timedelta_ops",
         "pyspark.pandas.tests.indexes.test_category",
         "pyspark.pandas.tests.indexes.test_timedelta",
         "pyspark.pandas.tests.plot.test_frame_plot",

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