You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ue...@apache.org on 2021/04/13 21:25:01 UTC

[spark] branch master updated (ee7d838 -> 8ebc3fc)

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

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


    from ee7d838  [SPARK-35049][CORE] Remove unused MapOutputTracker in BlockStoreShuffleReader
     add 8ebc3fc  [SPARK-35012][PYTHON] Port Koalas DataFrame-related unit tests into PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   3 +
 .../pandas/tests/test_dataframe_conversion.py      | 274 ++++++++++++
 .../pandas/tests/test_dataframe_spark_io.py        | 468 +++++++++++++++++++++
 python/pyspark/pandas/tests/test_frame_spark.py    | 157 +++++++
 4 files changed, 902 insertions(+)
 create mode 100644 python/pyspark/pandas/tests/test_dataframe_conversion.py
 create mode 100644 python/pyspark/pandas/tests/test_dataframe_spark_io.py
 create mode 100644 python/pyspark/pandas/tests/test_frame_spark.py

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