GitHub user DylanGuedes opened a pull request:

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

    Changes input variable to not conflict with built-in function

    Signed-off-by: DylanGuedes <djmggue...@gmail.com>
    
    ## What changes were proposed in this pull request?
    
    Changes variable name conflict: [input is a built-in python 
function](https://stackoverflow.com/questions/20670732/is-input-a-keyword-in-python).
    
    ## How was this patch tested?
    
    I runned the example and it works fine.

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

    $ git pull https://github.com/DylanGuedes/spark input_variable

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

    https://github.com/apache/spark/pull/20775.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 #20775
    
----
commit 4685d68f230fa166044303ca499d9513eb2bab57
Author: DylanGuedes <djmgguedes@...>
Date:   2018-03-06T14:01:19Z

    Changes input variable to not conflict with reserved word
    
    Signed-off-by: DylanGuedes <djmggue...@gmail.com>

----


---

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

Reply via email to