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 4911a5bad4ac [SPARK-46505][CONNECT] Make bytes threshold configurable
in `ProtoUtils.abbreviate`
add 41383e974d86 [SPARK-46504][PS][TESTS] Factor slow tests out of
`IndexesTests`
No new revisions were added by this update.
Summary of changes:
dev/sparktestsupport/modules.py | 12 +
.../tests/connect/indexes/test_parity_asof.py | 41 +++
.../tests/connect/indexes/test_parity_astype.py | 41 +++
.../tests/connect/indexes/test_parity_delete.py | 41 +++
.../tests/connect/indexes/test_parity_diff.py | 41 +++
.../tests/connect/indexes/test_parity_insert.py | 41 +++
.../tests/connect/indexes/test_parity_map.py | 41 +++
python/pyspark/pandas/tests/indexes/test_asof.py | 89 +++++
python/pyspark/pandas/tests/indexes/test_astype.py | 104 ++++++
python/pyspark/pandas/tests/indexes/test_base.py | 370 +--------------------
python/pyspark/pandas/tests/indexes/test_delete.py | 87 +++++
python/pyspark/pandas/tests/indexes/test_diff.py | 126 +++++++
python/pyspark/pandas/tests/indexes/test_insert.py | 116 +++++++
python/pyspark/pandas/tests/indexes/test_map.py | 118 +++++++
14 files changed, 903 insertions(+), 365 deletions(-)
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_asof.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_astype.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_delete.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_diff.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_insert.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_map.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_asof.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_astype.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_delete.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_diff.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_insert.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_map.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]