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 5e1b904ca54f [SPARK-46389][CORE] Manually close the `RocksDB/LevelDB`
instance when `checkVersion` throw Exception
add 29db77653fe0 [SPARK-46419][PS][TESTS][FOLLOWUP] Reorganize
DatetimeIndexTests: Factor out remaining slow tests
No new revisions were added by this update.
Summary of changes:
dev/sparktestsupport/modules.py | 8 +++
.../connect/indexes/test_parity_datetime_floor.py | 41 ++++++++++++++
.../connect/indexes/test_parity_datetime_iso.py | 41 ++++++++++++++
.../connect/indexes/test_parity_datetime_map.py | 41 ++++++++++++++
.../connect/indexes/test_parity_datetime_round.py | 41 ++++++++++++++
.../pyspark/pandas/tests/indexes/test_datetime.py | 41 --------------
.../pandas/tests/indexes/test_datetime_floor.py | 48 ++++++++++++++++
.../pandas/tests/indexes/test_datetime_iso.py | 47 ++++++++++++++++
.../pandas/tests/indexes/test_datetime_map.py | 65 ++++++++++++++++++++++
.../pandas/tests/indexes/test_datetime_round.py | 48 ++++++++++++++++
10 files changed, 380 insertions(+), 41 deletions(-)
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_datetime_floor.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_datetime_iso.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_datetime_map.py
create mode 100644
python/pyspark/pandas/tests/connect/indexes/test_parity_datetime_round.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_datetime_floor.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_datetime_iso.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_datetime_map.py
create mode 100644 python/pyspark/pandas/tests/indexes/test_datetime_round.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]