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 2021/04/13 04:04:28 UTC

[spark] branch master updated (aae4ab2 -> a392633)

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

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


    from aae4ab2  [SPARK-35029][CORE] Extract `tryOrFetchFailedException` method to eliminate duplicate code in `BufferReleasingInputStream`
     add a392633  [SPARK-34996][PYTHON] Port Koalas Series-related unit tests into PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |    4 +
 python/pyspark/pandas/tests/test_series.py         | 2953 ++++++++++++++++++++
 .../pyspark/pandas/tests/test_series_conversion.py |   75 +
 .../pyspark/pandas/tests/test_series_datetime.py   |  289 ++
 python/pyspark/pandas/tests/test_series_string.py  |  339 +++
 5 files changed, 3660 insertions(+)
 create mode 100644 python/pyspark/pandas/tests/test_series.py
 create mode 100644 python/pyspark/pandas/tests/test_series_conversion.py
 create mode 100644 python/pyspark/pandas/tests/test_series_datetime.py
 create mode 100644 python/pyspark/pandas/tests/test_series_string.py

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