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 3ec27a94af8 [SPARK-44020][ML][PYTHON][TESTS] Split 
`pyspark.ml.tests.test_tuning`
     add 0bdafb362da [SPARK-44017][PS][CONNECT][TESTS] Reorganize `ps.Groupby` 
unit tests

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   24 +-
 .../pandas/tests/connect/groupby}/__init__.py      |    0
 .../test_parity_aggregate.py}                      |   31 +-
 .../test_parity_apply_func.py}                     |   34 +-
 .../test_parity_cumulative.py}                     |   56 +-
 .../test_parity_describe.py}                       |   31 +-
 .../test_parity_groupby.py}                        |   24 +-
 .../test_parity_head_tail.py}                      |   31 +-
 .../test_parity_index.py}                          |   31 +-
 .../test_parity_missing_data.py}                   |   34 +-
 .../test_parity_split_apply.py}                    |   26 +-
 .../test_parity_stat.py}                           |   32 +-
 .../pyspark/pandas/tests/groupby}/__init__.py      |    0
 .../pyspark/pandas/tests/groupby/test_aggregate.py |  306 +++
 .../pandas/tests/groupby/test_apply_func.py        |  524 +++++
 .../pandas/tests/groupby/test_cumulative.py        |  419 ++++
 .../pyspark/pandas/tests/groupby/test_describe.py  |  144 ++
 .../pyspark/pandas/tests/groupby/test_groupby.py   |  979 +++++++++
 .../pyspark/pandas/tests/groupby/test_head_tail.py |  234 ++
 python/pyspark/pandas/tests/groupby/test_index.py  |  206 ++
 .../pandas/tests/groupby/test_missing_data.py      |  421 ++++
 .../pandas/tests/groupby/test_split_apply.py       |  187 ++
 python/pyspark/pandas/tests/groupby/test_stat.py   |  397 ++++
 python/pyspark/pandas/tests/test_groupby.py        | 2271 --------------------
 python/pyspark/pandas/tests/test_groupby_slow.py   | 1073 ---------
 25 files changed, 3918 insertions(+), 3597 deletions(-)
 copy {examples/src/main/python => 
python/pyspark/pandas/tests/connect/groupby}/__init__.py (100%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_aggregate.py} (52%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_apply_func.py} (52%)
 rename python/pyspark/pandas/tests/connect/{test_parity_groupby.py => 
groupby/test_parity_cumulative.py} (53%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_describe.py} (52%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_groupby.py} (70%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_head_tail.py} (52%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_index.py} (52%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_missing_data.py} (66%)
 copy python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_split_apply.py} (62%)
 rename python/pyspark/pandas/tests/connect/{test_parity_groupby_slow.py => 
groupby/test_parity_stat.py} (60%)
 copy {examples/src/main/python => 
python/pyspark/pandas/tests/groupby}/__init__.py (100%)
 create mode 100644 python/pyspark/pandas/tests/groupby/test_aggregate.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_apply_func.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_cumulative.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_describe.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_groupby.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_head_tail.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_index.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_missing_data.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_split_apply.py
 create mode 100644 python/pyspark/pandas/tests/groupby/test_stat.py
 delete mode 100644 python/pyspark/pandas/tests/test_groupby.py
 delete mode 100644 python/pyspark/pandas/tests/test_groupby_slow.py


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

Reply via email to