This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 5df4e165460 [SPARK-45021][BUILD] Remove `antlr4-maven-plugin`
configuration from `sql/catalyst/pom.xml`
add c76e3f61dd7 [SPARK-45005][CONNECT][PS][TESTS] Reducing the CI time by
splitting the slow tests
No new revisions were added by this update.
Summary of changes:
.github/workflows/build_and_test.yml | 6 +-
dev/sparktestsupport/modules.py | 52 +-
dev/sparktestsupport/utils.py | 20 +-
.../tests/connect/indexes/test_parity_base_slow.py | 42 ++
.../indexes/test_parity_datetime_property.py | 39 ++
.../tests/connect/test_parity_frame_interpolate.py | 39 ++
.../tests/connect/test_parity_frame_resample.py | 39 ++
.../connect/test_parity_series_interpolate.py | 39 ++
.../tests/connect/test_parity_series_resample.py | 39 ++
python/pyspark/pandas/tests/indexes/test_base.py | 602 -------------------
.../pyspark/pandas/tests/indexes/test_base_slow.py | 661 +++++++++++++++++++++
.../pandas/tests/indexes/test_datetime_property.py | 119 ++++
.../pyspark/pandas/tests/test_frame_interpolate.py | 123 ++++
python/pyspark/pandas/tests/test_frame_resample.py | 158 +++++
.../pyspark/pandas/tests/test_generic_functions.py | 123 ----
python/pyspark/pandas/tests/test_resample.py | 26 -
.../pandas/tests/test_series_interpolate.py | 96 +++
.../pyspark/pandas/tests/test_series_resample.py | 158 +++++
18 files changed, 1606 insertions(+), 775 deletions(-)
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_base_slow.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_datetime_property.py
create mode 100644
python/pyspark/pandas/tests/connect/test_parity_frame_interpolate.py
create mode 100644
python/pyspark/pandas/tests/connect/test_parity_frame_resample.py
create mode 100644
python/pyspark/pandas/tests/connect/test_parity_series_interpolate.py
create mode 100644
python/pyspark/pandas/tests/connect/test_parity_series_resample.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_base_slow.py
create mode 100644
python/pyspark/pandas/tests/indexes/test_datetime_property.py
create mode 100644 python/pyspark/pandas/tests/test_frame_interpolate.py
create mode 100644 python/pyspark/pandas/tests/test_frame_resample.py
create mode 100644 python/pyspark/pandas/tests/test_series_interpolate.py
create mode 100644 python/pyspark/pandas/tests/test_series_resample.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]