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/22 20:08:19 UTC

[spark] branch master updated (04e2305 -> 4d2b559d)

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 04e2305  [SPARK-35187][SQL] Fix failure on the minimal interval literal
     add 4d2b559d [SPARK-34999][PYTHON] Consolidate PySpark testing utils

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/testing/__init__.py          |  16 ---
 python/pyspark/pandas/tests/indexes/test_base.py   |   4 +-
 .../pyspark/pandas/tests/indexes/test_category.py  |   4 +-
 .../pyspark/pandas/tests/indexes/test_datetime.py  |   4 +-
 .../pyspark/pandas/tests/plot/test_frame_plot.py   |   4 +-
 .../tests/plot/test_frame_plot_matplotlib.py       |  11 ++-
 .../pandas/tests/plot/test_frame_plot_plotly.py    |  11 ++-
 .../pyspark/pandas/tests/plot/test_series_plot.py  |   4 +-
 .../tests/plot/test_series_plot_matplotlib.py      |  11 ++-
 .../pandas/tests/plot/test_series_plot_plotly.py   |  11 ++-
 python/pyspark/pandas/tests/test_categorical.py    |   4 +-
 python/pyspark/pandas/tests/test_config.py         |   4 +-
 python/pyspark/pandas/tests/test_csv.py            |   4 +-
 python/pyspark/pandas/tests/test_dataframe.py      |  11 ++-
 .../pandas/tests/test_dataframe_conversion.py      |  39 ++++----
 .../pandas/tests/test_dataframe_spark_io.py        | 110 ++++++++++-----------
 python/pyspark/pandas/tests/test_default_index.py  |   4 +-
 python/pyspark/pandas/tests/test_expanding.py      |   4 +-
 python/pyspark/pandas/tests/test_extension.py      |   4 +-
 python/pyspark/pandas/tests/test_frame_spark.py    |  25 ++---
 python/pyspark/pandas/tests/test_groupby.py        |   4 +-
 python/pyspark/pandas/tests/test_indexing.py       |   4 +-
 python/pyspark/pandas/tests/test_indexops_spark.py |   5 +-
 python/pyspark/pandas/tests/test_internal.py       |   5 +-
 python/pyspark/pandas/tests/test_namespace.py      |   5 +-
 python/pyspark/pandas/tests/test_numpy_compat.py   |   5 +-
 .../pandas/tests/test_ops_on_diff_frames.py        |   7 +-
 .../tests/test_ops_on_diff_frames_groupby.py       |   5 +-
 .../test_ops_on_diff_frames_groupby_expanding.py   |   4 +-
 .../test_ops_on_diff_frames_groupby_rolling.py     |   4 +-
 python/pyspark/pandas/tests/test_repr.py           |   4 +-
 python/pyspark/pandas/tests/test_reshape.py        |   4 +-
 python/pyspark/pandas/tests/test_rolling.py        |   4 +-
 python/pyspark/pandas/tests/test_series.py         |  11 ++-
 .../pyspark/pandas/tests/test_series_conversion.py |   5 +-
 .../pyspark/pandas/tests/test_series_datetime.py   |   5 +-
 python/pyspark/pandas/tests/test_series_string.py  |   5 +-
 python/pyspark/pandas/tests/test_sql.py            |   6 +-
 python/pyspark/pandas/tests/test_stats.py          |   9 +-
 python/pyspark/pandas/tests/test_utils.py          |   5 +-
 python/pyspark/pandas/tests/test_window.py         |   4 +-
 .../testing/utils.py => testing/pandasutils.py}    |  89 ++---------------
 python/pyspark/testing/utils.py                    |   5 +-
 43 files changed, 217 insertions(+), 276 deletions(-)
 delete mode 100644 python/pyspark/pandas/testing/__init__.py
 rename python/pyspark/{pandas/testing/utils.py => testing/pandasutils.py} (83%)

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