You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/11/25 23:22:31 UTC

[spark] branch master updated (a98f9f2 -> d192d96)

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 a98f9f2  [SPARK-37445][BUILD] Rename the maven profile hadoop-3.2 to hadoop-3 and change GA test name to hadoop3.3
     add d192d96  [SPARK-32079][PYTHON] Remove namedtuple hack by replacing built-in pickle to cloudpickle

No new revisions were added by this update.

Summary of changes:
 python/pyspark/__init__.py                    |   4 +-
 python/pyspark/__init__.pyi                   |   2 +-
 python/pyspark/accumulators.py                |   4 +-
 python/pyspark/context.py                     |   6 +-
 python/pyspark/ml/common.py                   |   8 +-
 python/pyspark/ml/tests/test_linalg.py        |   4 +-
 python/pyspark/mllib/common.py                |   8 +-
 python/pyspark/mllib/tests/test_algorithms.py |   6 +-
 python/pyspark/mllib/tests/test_linalg.py     |   6 +-
 python/pyspark/rdd.py                         |  16 +--
 python/pyspark/serializers.py                 | 168 ++++++++++++++------------
 python/pyspark/shuffle.py                     |   8 +-
 python/pyspark/sql/dataframe.py               |  12 +-
 python/pyspark/sql/streaming.py               |   4 +-
 python/pyspark/tests/test_rdd.py              |   4 +-
 python/pyspark/tests/test_serializers.py      |  16 ++-
 python/pyspark/tests/test_shuffle.py          |   4 +-
 python/pyspark/worker.py                      |   6 +-
 18 files changed, 151 insertions(+), 135 deletions(-)

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