GitHub user JasonMWhite opened a pull request:

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

    [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConverter patch

    ## What changes were proposed in this pull request?
    
    This PR removes a patch on ListConverter from 
https://github.com/apache/spark/pull/5570, as it is no longer necessary. The 
underlying issue in Py4J https://github.com/bartdag/py4j/issues/160 was patched 
in 
https://github.com/bartdag/py4j/commit/224b94b6665e56a93a064073886e1d803a4969d2 
and is present in 0.10.3, the version currently in use in Spark.
    
    ## How was this patch tested?
    
    The original test added in https://github.com/apache/spark/pull/5570 
remains.
    
    


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

    $ git pull https://github.com/JasonMWhite/spark remove_listconverter_patch

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

    https://github.com/apache/spark/pull/15254.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 #15254
    
----
commit c2b50d427e2c6712d4e648a6da560b95f5e6d669
Author: Jason White <[email protected]>
Date:   2016-09-27T04:14:49Z

    remove unnecessary Py4J ListConverter patch

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to