You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2023/12/18 02:34:12 UTC

(spark) branch master updated (5edd0ec696d6 -> 1b413a4bd61e)

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

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


    from 5edd0ec696d6 [SPARK-46317][INFRA][FOLLOWUP] Install `lxml` in PyPy3.8
     add 1b413a4bd61e [SPARK-46433][PS][TESTS] Reorganize `OpsOnDiffFramesGroupByTests`: Factor out `test_aggregate/apply/cum*`

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   6 +
 ...orrwith.py => test_parity_groupby_aggregate.py} |   8 +-
 ..._parity_cov.py => test_parity_groupby_apply.py} |   9 +-
 ...rrwith.py => test_parity_groupby_cumulative.py} |   8 +-
 .../diff_frames_ops/test_groupby_aggregate.py      | 139 ++++++++++++
 .../tests/diff_frames_ops/test_groupby_apply.py    |  82 +++++++
 .../diff_frames_ops/test_groupby_cumulative.py     | 182 ++++++++++++++++
 .../tests/test_ops_on_diff_frames_groupby.py       | 235 ---------------------
 8 files changed, 421 insertions(+), 248 deletions(-)
 copy python/pyspark/pandas/tests/connect/diff_frames_ops/{test_parity_corrwith.py => test_parity_groupby_aggregate.py} (87%)
 copy python/pyspark/pandas/tests/connect/diff_frames_ops/{test_parity_cov.py => test_parity_groupby_apply.py} (88%)
 copy python/pyspark/pandas/tests/connect/diff_frames_ops/{test_parity_corrwith.py => test_parity_groupby_cumulative.py} (87%)
 create mode 100644 python/pyspark/pandas/tests/diff_frames_ops/test_groupby_aggregate.py
 create mode 100644 python/pyspark/pandas/tests/diff_frames_ops/test_groupby_apply.py
 create mode 100644 python/pyspark/pandas/tests/diff_frames_ops/test_groupby_cumulative.py


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