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/15 02:45:55 UTC

[spark] branch master updated (31555f7 -> 58feb85)

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 31555f7  [SPARK-34630][PYTHON][FOLLOWUP] Add __version__ into pyspark init __all__
     add 58feb85  [SPARK-35034][PYTHON] Port Koalas miscellaneous unit tests into PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                 |   12 +
 python/pyspark/pandas/tests/test_categorical.py |  475 ++++
 python/pyspark/pandas/tests/test_csv.py         |  434 ++++
 python/pyspark/pandas/tests/test_expanding.py   |  306 +++
 python/pyspark/pandas/tests/test_groupby.py     | 2815 +++++++++++++++++++++++
 python/pyspark/pandas/tests/test_indexing.py    | 1334 +++++++++++
 python/pyspark/pandas/tests/test_namespace.py   |  337 +++
 python/pyspark/pandas/tests/test_repr.py        |  189 ++
 python/pyspark/pandas/tests/test_reshape.py     |  313 +++
 python/pyspark/pandas/tests/test_rolling.py     |  184 ++
 python/pyspark/pandas/tests/test_sql.py         |   50 +
 python/pyspark/pandas/tests/test_stats.py       |  412 ++++
 python/pyspark/pandas/tests/test_window.py      |  316 +++
 13 files changed, 7177 insertions(+)
 create mode 100644 python/pyspark/pandas/tests/test_categorical.py
 create mode 100644 python/pyspark/pandas/tests/test_csv.py
 create mode 100644 python/pyspark/pandas/tests/test_expanding.py
 create mode 100644 python/pyspark/pandas/tests/test_groupby.py
 create mode 100644 python/pyspark/pandas/tests/test_indexing.py
 create mode 100644 python/pyspark/pandas/tests/test_namespace.py
 create mode 100644 python/pyspark/pandas/tests/test_repr.py
 create mode 100644 python/pyspark/pandas/tests/test_reshape.py
 create mode 100644 python/pyspark/pandas/tests/test_rolling.py
 create mode 100644 python/pyspark/pandas/tests/test_sql.py
 create mode 100644 python/pyspark/pandas/tests/test_stats.py
 create mode 100644 python/pyspark/pandas/tests/test_window.py

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