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/09 06:48:50 UTC

[spark] branch master updated (9663c40 -> 3af2c1b)

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 9663c40  [SPARK-35002][INFRA] Fix the java.net.BindException when testing with Github Action
     add 3af2c1b  [SPARK-34886][PYTHON] Port/integrate Koalas DataFrame unit test into PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |    2 +
 .../tests => pandas/testing}/__init__.py           |    0
 python/pyspark/pandas/testing/utils.py             |  432 ++
 .../{streaming => pandas}/tests/__init__.py        |    0
 python/pyspark/pandas/tests/test_dataframe.py      | 5560 ++++++++++++++++++++
 python/run-tests.py                                |    3 +-
 6 files changed, 5996 insertions(+), 1 deletion(-)
 copy python/pyspark/{streaming/tests => pandas/testing}/__init__.py (100%)
 create mode 100644 python/pyspark/pandas/testing/utils.py
 copy python/pyspark/{streaming => pandas}/tests/__init__.py (100%)
 create mode 100644 python/pyspark/pandas/tests/test_dataframe.py

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