You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/13 00:12:17 UTC

[GitHub] [spark] xinrong-databricks commented on a change in pull request #32117: [WIP][SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark

xinrong-databricks commented on a change in pull request #32117:
URL: https://github.com/apache/spark/pull/32117#discussion_r612032007



##########
File path: dev/sparktestsupport/modules.py
##########
@@ -612,6 +612,10 @@ def __hash__(self):
         "pyspark.pandas.typedef.typehints",
         # unittests
         "pyspark.pandas.tests.test_dataframe",
+        "pyspark.pandas.tests.test_series",
+        "pyspark.pandas.tests.test_series_datetime",
+        "pyspark.pandas.tests.test_series_string",
+        "pyspark.pandas.tests.test_series_conversion",

Review comment:
       Good idea! Updated it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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