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/06/14 09:42:03 UTC

[spark] branch master updated (a6567fefbd4 -> 55d7f91cf80)

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 a6567fefbd4 [SPARK-43931][SQL][PYTHON][CONNECT] Add make_* functions to Scala and Python
     add 55d7f91cf80 [SPARK-44051][TESTS][PS][CONNECT] Split `pyspark.pandas.tests.connect.data_type_ops.test_parity_num_ops`

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   4 +
 ...omplex_ops.py => test_parity_num_arithmetic.py} |  13 +-
 ...rity_date_ops.py => test_parity_num_reverse.py} |  12 +-
 .../tests/data_type_ops/test_num_arithmetic.py     | 184 ++++++++++++++++++
 .../pandas/tests/data_type_ops/test_num_ops.py     | 209 ---------------------
 .../pandas/tests/data_type_ops/test_num_reverse.py | 140 ++++++++++++++
 6 files changed, 340 insertions(+), 222 deletions(-)
 copy python/pyspark/pandas/tests/connect/data_type_ops/{test_parity_complex_ops.py => test_parity_num_arithmetic.py} (81%)
 copy python/pyspark/pandas/tests/connect/data_type_ops/{test_parity_date_ops.py => test_parity_num_reverse.py} (80%)
 create mode 100644 python/pyspark/pandas/tests/data_type_ops/test_num_arithmetic.py
 create mode 100644 python/pyspark/pandas/tests/data_type_ops/test_num_reverse.py


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