GitHub user kconor opened a pull request:

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

    [SPARK-8339] [PySpark] integer division for python 3

    Itertools islice requires an integer for the stop argument.  Switching to 
integer division here prevents a ValueError when vs is evaluated above.
    
    @davies 
    
    This is my original work, and I license it to the project.

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

    $ git pull https://github.com/kconor/spark kconor-patch-1

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

    https://github.com/apache/spark/pull/6794.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 #6794
    
----
commit da5e7005a5736fd5eba3dfacc3d2124071e4f404
Author: Kevin Conor <[email protected]>
Date:   2015-06-13T01:16:29Z

    Integer division for batch size
    
    Itertools islice requires an integer for the stop argument.  Switching to 
integer division here prevents a ValueError when vs is evaluated above.

----


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