GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/22924

    [SPARK-25891][PYTHON] Upgrade to Py4J 0.10.8.1

    ## What changes were proposed in this pull request?
    
    This is a backport of https://github.com/apache/spark/pull/22901.
    
    Py4J 0.10.8.1 is released on October 21st and is the first release of Py4J 
to support Python 3.7 officially. We had better have this to get the official 
support. Also, there are some patches related to garbage collections.
    
    https://www.py4j.org/changelog.html#py4j-0-10-8-and-py4j-0-10-8-1
    
    ## How was this patch tested?
    
    Pass the Jenkins.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-25891-BRANCH-2.4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22924.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22924
    
----
commit 9ce825eee9e05ec63ade8466d2903afc5e9cc037
Author: Dongjoon Hyun <dongjoon@...>
Date:   2018-10-31T16:55:03Z

    [SPARK-25891][PYTHON] Upgrade to Py4J 0.10.8.1
    
    ## What changes were proposed in this pull request?
    
    Py4J 0.10.8.1 is released on October 21st and is the first release of Py4J 
to support Python 3.7 officially. We had better have this to get the official 
support. Also, there are some patches related to garbage collections.
    
    https://www.py4j.org/changelog.html#py4j-0-10-8-and-py4j-0-10-8-1
    
    ## How was this patch tested?
    
    Pass the Jenkins.
    
    Closes #22901 from dongjoon-hyun/SPARK-25891.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>

----


---

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

Reply via email to