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 2020/07/17 02:51:06 UTC

[spark] branch master updated (9747e8f -> ea9e8f3)

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 9747e8f  [SPARK-31831][SQL][TESTS][FOLLOWUP] Put mocks for HiveSessionImplSuite in hive version related subdirectories
     add ea9e8f3  [SPARK-32094][PYTHON] Update cloudpickle to v1.5.0

No new revisions were added by this update.

Summary of changes:
 LICENSE                                        |    2 +-
 dev/.rat-excludes                              |    4 +-
 dev/tox.ini                                    |    2 +-
 python/pyspark/cloudpickle.py                  | 1362 ------------------------
 python/pyspark/cloudpickle/__init__.py         |    7 +
 python/pyspark/cloudpickle/cloudpickle.py      |  830 +++++++++++++++
 python/pyspark/cloudpickle/cloudpickle_fast.py |  747 +++++++++++++
 python/pyspark/cloudpickle/compat.py           |   13 +
 python/setup.py                                |    1 +
 9 files changed, 1602 insertions(+), 1366 deletions(-)
 delete mode 100644 python/pyspark/cloudpickle.py
 create mode 100644 python/pyspark/cloudpickle/__init__.py
 create mode 100644 python/pyspark/cloudpickle/cloudpickle.py
 create mode 100644 python/pyspark/cloudpickle/cloudpickle_fast.py
 create mode 100644 python/pyspark/cloudpickle/compat.py


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