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 2a8d7ed [SPARK-35281][SQL] StaticInvoke should not apply boxing if
return type is primitive
add 44b7931 [SPARK-35176][PYTHON] Standardize input validation error type
No new revisions were added by this update.
Summary of changes:
python/docs/source/migration_guide/index.rst | 1 +
.../pyspark_3.1_to_3.2.rst} | 19 ++-----
python/pyspark/ml/base.py | 6 +--
python/pyspark/ml/classification.py | 10 ++--
python/pyspark/ml/evaluation.py | 2 +-
python/pyspark/ml/param/__init__.py | 2 +-
python/pyspark/ml/regression.py | 4 +-
python/pyspark/ml/tests/test_base.py | 23 +++++++--
python/pyspark/ml/tests/test_evaluation.py | 6 +++
python/pyspark/ml/tests/test_param.py | 15 ++++++
python/pyspark/mllib/linalg/distributed.py | 6 +--
python/pyspark/mllib/tests/test_linalg.py | 13 ++++-
python/pyspark/pandas/base.py | 4 +-
python/pyspark/pandas/config.py | 4 +-
python/pyspark/pandas/frame.py | 38 +++++++-------
python/pyspark/pandas/generic.py | 2 +-
python/pyspark/pandas/groupby.py | 2 +-
python/pyspark/pandas/indexes/base.py | 2 +-
python/pyspark/pandas/indexes/multi.py | 2 +-
python/pyspark/pandas/namespace.py | 4 +-
python/pyspark/pandas/plot/core.py | 4 +-
python/pyspark/pandas/series.py | 22 ++++----
python/pyspark/pandas/strings.py | 2 +-
python/pyspark/pandas/tests/indexes/test_base.py | 22 ++++----
python/pyspark/pandas/tests/test_config.py | 8 +--
python/pyspark/pandas/tests/test_dataframe.py | 52 +++++++++----------
python/pyspark/pandas/tests/test_groupby.py | 2 +-
python/pyspark/pandas/tests/test_namespace.py | 4 +-
.../pandas/tests/test_ops_on_diff_frames.py | 2 +-
python/pyspark/pandas/tests/test_series.py | 32 ++++++------
python/pyspark/pandas/tests/test_series_string.py | 2 +-
python/pyspark/pandas/tests/test_utils.py | 2 +-
python/pyspark/pandas/utils.py | 2 +-
python/pyspark/sql/dataframe.py | 59 ++++++++++++----------
python/pyspark/sql/tests/test_dataframe.py | 6 +--
python/pyspark/sql/tests/test_functions.py | 6 +--
python/pyspark/taskcontext.py | 2 +-
37 files changed, 215 insertions(+), 179 deletions(-)
copy python/docs/source/{reference/index.rst =>
migration_guide/pyspark_3.1_to_3.2.rst} (74%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]