GitHub user shijinkui opened a pull request:

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

    rdd polymorphic  method zipPartitions  refactor

    no need so many polymorphic method, only add default value instead.
    
    modify partition.size instead of partition.length, partitions is Array 
object.
    


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

    $ git pull https://github.com/shijinkui/spark common

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

    https://github.com/apache/spark/pull/5164.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 #5164
    
----
commit 602d64788b47e16454792c0cbf5c7c42e498cb50
Author: 玄畅 <[email protected]>
Date:   2015-03-24T08:25:18Z

    reflact zipPartitions of RDD

commit cca1703da824ada40c543d777a0a9ce8b777932e
Author: 玄畅 <[email protected]>
Date:   2015-03-24T08:44:32Z

    partition.size change to partition.length

----


---
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