GitHub user zhengruifeng opened a pull request:

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

    [DO-NOT-MERGE][TEST] Unify 'range' usage

    ## What changes were proposed in this pull request?
    Most python file directly use `range` ignoring the different implement 
between python 2 and 3.
    
    1, use `range` in pyspark
    2, for python2, `range = xrange`
    
    ## How was this patch tested?
    no tests
    
    I will create the JIRA if all tests pass.

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

    $ git pull https://github.com/zhengruifeng/spark range_py2v3

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

    https://github.com/apache/spark/pull/12983.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 #12983
    
----
commit aa619dfa318d7a569edc1820c2d7a76b32b7c513
Author: Zheng RuiFeng <[email protected]>
Date:   2016-05-08T07:04:41Z

    create pr

----


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