This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from c7338f6501a3 [SPARK-53615][FOLLOWUP][PYTHON][TEST] Fix test case for
arrow grouped agg UDF partial consumption
add 7e89a63b2438 [SPARK-54628][PYTHON] Remove all unnecessary explicit
super() arguments
No new revisions were added by this update.
Summary of changes:
python/pyspark/ml/classification.py | 42 ++++----
python/pyspark/ml/clustering.py | 20 ++--
python/pyspark/ml/connect/classification.py | 4 +-
python/pyspark/ml/connect/pipeline.py | 4 +-
python/pyspark/ml/connect/tuning.py | 6 +-
python/pyspark/ml/evaluation.py | 12 +--
python/pyspark/ml/feature.py | 106 ++++++++++-----------
python/pyspark/ml/fpm.py | 6 +-
python/pyspark/ml/param/__init__.py | 2 +-
python/pyspark/ml/param/_shared_params_code_gen.py | 2 +-
python/pyspark/ml/param/shared.py | 78 +++++++--------
python/pyspark/ml/pipeline.py | 12 +--
python/pyspark/ml/recommendation.py | 6 +-
python/pyspark/ml/regression.py | 32 +++----
python/pyspark/ml/stat.py | 2 +-
.../tests/connect/test_connect_classification.py | 2 +-
.../ml/tests/connect/test_connect_pipeline.py | 2 +-
.../ml/tests/connect/test_connect_tuning.py | 2 +-
.../ml/tests/connect/test_legacy_mode_tuning.py | 6 +-
python/pyspark/ml/tests/test_algorithms.py | 2 +-
python/pyspark/ml/tests/test_functions.py | 2 +-
python/pyspark/ml/tests/test_model_cache.py | 2 +-
python/pyspark/ml/tests/test_param.py | 6 +-
python/pyspark/ml/tests/tuning/test_tuning.py | 6 +-
python/pyspark/ml/torch/tests/test_distributor.py | 2 +-
python/pyspark/ml/tree.py | 10 +-
python/pyspark/ml/tuning.py | 46 +++++----
python/pyspark/ml/util.py | 14 +--
python/pyspark/ml/wrapper.py | 8 +-
python/pyspark/mllib/classification.py | 8 +-
python/pyspark/mllib/clustering.py | 4 +-
python/pyspark/mllib/evaluation.py | 10 +-
python/pyspark/mllib/regression.py | 2 +-
.../pyspark/pandas/data_type_ops/datetime_ops.py | 2 +-
python/pyspark/pandas/sql_formatter.py | 4 +-
.../pandas/tests/computation/test_describe.py | 2 +-
.../tests/data_type_ops/test_datetime_ops.py | 2 +-
.../pandas/tests/data_type_ops/testing_utils.py | 2 +-
.../pyspark/pandas/tests/resample/test_timezone.py | 4 +-
python/pyspark/pandas/tests/test_numpy_compat.py | 2 +-
python/pyspark/sql/connect/plan.py | 6 +-
python/pyspark/sql/connect/sql_formatter.py | 2 +-
python/pyspark/sql/pandas/serializers.py | 47 +++++----
python/pyspark/sql/session.py | 4 +-
python/pyspark/sql/sql_formatter.py | 2 +-
python/pyspark/sql/tests/arrow/test_arrow.py | 4 +-
.../sql/tests/arrow/test_arrow_python_udf.py | 22 ++---
.../connect/arrow/test_parity_arrow_python_udf.py | 12 +--
.../sql/tests/connect/client/test_artifact.py | 2 +-
.../sql/tests/connect/test_connect_basic.py | 8 +-
.../pyspark/sql/tests/connect/test_parity_udtf.py | 12 +--
python/pyspark/sql/tests/test_resources.py | 2 +-
python/pyspark/sql/tests/test_udtf.py | 12 +--
.../tests/udf_type_tests/test_udf_input_types.py | 4 +-
.../tests/udf_type_tests/test_udf_return_types.py | 4 +-
python/pyspark/sql/types.py | 10 +-
python/pyspark/testing/connectutils.py | 4 +-
python/pyspark/testing/mlutils.py | 12 +--
python/pyspark/testing/pandasutils.py | 2 +-
python/pyspark/testing/sqlutils.py | 4 +-
python/pyspark/tests/test_worker.py | 4 +-
python/pyspark/util.py | 12 +--
python/test_support/test_pytorch_training_file.py | 2 +-
63 files changed, 334 insertions(+), 345 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]