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 4373b67  [MINOR] Add GitHub Action build status badge to the README
     add 41af409  [SPARK-35303][PYTHON] Enable pinned thread mode by default

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/api/python/Py4JServer.scala   |  2 +-
 docs/job-scheduling.md                             |  6 +----
 .../source/migration_guide/pyspark_3.1_to_3.2.rst  |  6 +++++
 python/docs/source/reference/pyspark.rst           |  5 +++-
 python/pyspark/__init__.py                         |  4 ++--
 python/pyspark/__init__.pyi                        |  5 +++-
 python/pyspark/context.py                          | 27 +++++-----------------
 python/pyspark/java_gateway.py                     |  2 +-
 python/pyspark/serializers.py                      |  2 +-
 python/pyspark/shuffle.py                          |  2 +-
 python/pyspark/tests/test_context.py               |  2 +-
 python/pyspark/util.py                             |  4 ++--
 python/pyspark/{ml/common.pyi => util.pyi}         | 13 +++++++----
 python/pyspark/worker.py                           |  2 +-
 14 files changed, 39 insertions(+), 43 deletions(-)
 copy python/pyspark/{ml/common.pyi => util.pyi} (75%)

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

Reply via email to