GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-23698][PYTHON][FOLLOWUP] Resolve undefiend names in setup.py

    ## What changes were proposed in this pull request?
    
    **Before:**
    
    ```bash
    $ python -m flake8 . --count --select=E9,F82 --show-source --statistics
    ./setup.py:37:11: F821 undefined name '__version__'
    VERSION = __version__
              ^
    1     F821 undefined name '__version__'
    1
    ```
    
    **After:**
    
    ```bash
    $ python -m flake8 . --count --select=E9,F82 --show-source --statistics
    0
    ```
    
    ## How was this patch tested?
    
    Manually tested.

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

    $ git pull https://github.com/HyukjinKwon/spark SPARK-23698

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

    https://github.com/apache/spark/pull/22235.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 #22235
    
----
commit f63bd3d8af0fb1c65fd5f32c8c052caa69a51fff
Author: hyukjinkwon <gurwls223@...>
Date:   2018-08-26T09:40:16Z

    Resolve undefiend names in setup.py

----


---

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

Reply via email to