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 da848b1  [SPARK-29796][SQL][TESTS] `HiveExternalCatalogVersionsSuite` 
should ignore preview release
     add 4ec04e5  [SPARK-22340][PYTHON] Add a mode to pin Python thread into 
JVM's

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/api/python/Py4JServer.scala   |  69 +++++++++
 .../spark/api/python/PythonGatewayServer.scala     |  24 +---
 .../org/apache/spark/deploy/PythonRunner.scala     |  18 +--
 docs/job-scheduling.md                             |  18 +++
 python/pyspark/context.py                          |  77 +++++++++-
 python/pyspark/java_gateway.py                     |  22 ++-
 python/pyspark/ml/tests/test_wrapper.py            |  23 ++-
 .../mllib/tests/test_streaming_algorithms.py       |  63 ++-------
 python/pyspark/testing/utils.py                    |  40 ++++++
 python/pyspark/tests/test_context.py               |   4 +
 python/pyspark/tests/test_pin_thread.py            | 156 +++++++++++++++++++++
 11 files changed, 418 insertions(+), 96 deletions(-)
 create mode 100644 
core/src/main/scala/org/apache/spark/api/python/Py4JServer.scala
 create mode 100644 python/pyspark/tests/test_pin_thread.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to