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 b70c88bbef0 [SPARK-45384][CORE][SQL][SS][DSTREAM][CONNECT] Replace
`TraversableOnce` with `IterableOnce`
add dc6b43d8478 [SPARK-45390][PYTHON] Remove `distutils` usage
No new revisions were added by this update.
Summary of changes:
LICENSE | 1 +
LICENSE-binary | 6 ++
dev/.rat-excludes | 1 +
python/pyspark/__init__.py | 5 --
python/pyspark/loose_version.py | 75 ++++++++++++++++++++++
python/pyspark/pandas/plot/matplotlib.py | 2 +-
python/pyspark/pandas/supported_api_gen.py | 2 +-
.../pandas/tests/computation/test_any_all.py | 1 -
.../pandas/tests/computation/test_corrwith.py | 1 -
.../pyspark/pandas/tests/computation/test_cov.py | 1 -
.../pandas/tests/data_type_ops/test_date_ops.py | 1 -
.../tests/diff_frames_ops/test_cov_corrwith.py | 2 +-
.../pyspark/pandas/tests/groupby/test_aggregate.py | 1 -
.../pandas/tests/groupby/test_apply_func.py | 1 -
.../pyspark/pandas/tests/groupby/test_head_tail.py | 1 -
python/pyspark/pandas/tests/groupby/test_index.py | 1 -
.../pandas/tests/groupby/test_split_apply.py | 1 -
python/pyspark/pandas/tests/groupby/test_stat.py | 1 -
python/pyspark/pandas/tests/indexes/test_base.py | 2 +-
.../pyspark/pandas/tests/indexes/test_category.py | 2 +-
.../pyspark/pandas/tests/indexes/test_datetime.py | 2 -
.../pyspark/pandas/tests/indexes/test_indexing.py | 1 -
.../pyspark/pandas/tests/indexes/test_reindex.py | 1 -
.../pyspark/pandas/tests/indexes/test_timedelta.py | 1 -
python/pyspark/pandas/tests/series/test_compute.py | 1 -
python/pyspark/pandas/tests/test_csv.py | 1 -
.../pandas/tests/test_dataframe_conversion.py | 1 -
.../pandas/tests/test_dataframe_spark_io.py | 2 +-
.../pandas/tests/test_ops_on_diff_frames.py | 1 -
.../tests/test_ops_on_diff_frames_groupby.py | 1 -
python/pyspark/pandas/tests/test_rolling.py | 1 -
.../pyspark/pandas/tests/test_series_conversion.py | 1 -
.../pyspark/pandas/tests/test_series_datetime.py | 1 -
python/pyspark/pandas/tests/test_series_string.py | 1 -
python/pyspark/pandas/tests/test_stats.py | 1 -
python/pyspark/sql/connect/client/core.py | 2 +-
python/pyspark/sql/connect/session.py | 2 +-
python/pyspark/sql/connect/utils.py | 3 +-
python/pyspark/sql/pandas/conversion.py | 2 +-
python/pyspark/sql/pandas/serializers.py | 2 +-
python/pyspark/sql/pandas/utils.py | 5 +-
41 files changed, 96 insertions(+), 45 deletions(-)
create mode 100644 python/pyspark/loose_version.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]