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/14 05:00:11 UTC

[spark] branch master updated (2974b70 -> 47d62af)

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 2974b70  [SPARK-35048][INFRA] Distribute GitHub Actions workflows to fork repositories to share the resources
     add 47d62af  [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   7 +
 python/pyspark/pandas/tests/test_config.py         | 155 ++++++++
 .../tests/test_default_index.py}                   |  37 +-
 python/pyspark/pandas/tests/test_extension.py      | 151 +++++++
 python/pyspark/pandas/tests/test_internal.py       | 103 +++++
 python/pyspark/pandas/tests/test_numpy_compat.py   | 210 ++++++++++
 python/pyspark/pandas/tests/test_typedef.py        | 437 +++++++++++++++++++++
 python/pyspark/pandas/tests/test_utils.py          | 104 +++++
 8 files changed, 1186 insertions(+), 18 deletions(-)
 create mode 100644 python/pyspark/pandas/tests/test_config.py
 copy python/pyspark/{tests/test_rddbarrier.py => pandas/tests/test_default_index.py} (51%)
 create mode 100644 python/pyspark/pandas/tests/test_extension.py
 create mode 100644 python/pyspark/pandas/tests/test_internal.py
 create mode 100644 python/pyspark/pandas/tests/test_numpy_compat.py
 create mode 100644 python/pyspark/pandas/tests/test_typedef.py
 create mode 100644 python/pyspark/pandas/tests/test_utils.py

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