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 04:20:37 UTC

[spark] branch master updated (700aa17 -> cd1e8e8)

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 700aa17  [SPARK-35050][DOCS][MESOS] Document deprecation of Apache Mesos in 3.2.0
     add cd1e8e8  [SPARK-35033][PYTHON] Port Koalas plot unit tests into PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   6 +
 python/pyspark/pandas/testing/utils.py             |  16 +
 .../tests => pandas/tests/plot}/__init__.py        |   0
 .../pyspark/pandas/tests/plot/test_frame_plot.py   | 123 ++++++
 .../tests/plot/test_frame_plot_matplotlib.py       | 469 +++++++++++++++++++++
 .../pandas/tests/plot/test_frame_plot_plotly.py    | 270 ++++++++++++
 .../pyspark/pandas/tests/plot/test_series_plot.py  | 101 +++++
 .../tests/plot/test_series_plot_matplotlib.py      | 402 ++++++++++++++++++
 .../pandas/tests/plot/test_series_plot_plotly.py   | 241 +++++++++++
 9 files changed, 1628 insertions(+)
 copy python/pyspark/{streaming/tests => pandas/tests/plot}/__init__.py (100%)
 create mode 100644 python/pyspark/pandas/tests/plot/test_frame_plot.py
 create mode 100644 python/pyspark/pandas/tests/plot/test_frame_plot_matplotlib.py
 create mode 100644 python/pyspark/pandas/tests/plot/test_frame_plot_plotly.py
 create mode 100644 python/pyspark/pandas/tests/plot/test_series_plot.py
 create mode 100644 python/pyspark/pandas/tests/plot/test_series_plot_matplotlib.py
 create mode 100644 python/pyspark/pandas/tests/plot/test_series_plot_plotly.py

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