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 0a4de08 [SPARK-37512][PYTHON][FOLLOWUP] Add test_timedelta_ops to modules 0a4de08 is described below commit 0a4de08566eb38bf2c5ddb5d6312195d503fa7d7 Author: Yikun Jiang <yikunk...@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 <yikunk...@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 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-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org