GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-19002][BUILD] Check pep8 against merge_spark_pr.py script

    ## What changes were proposed in this pull request?
    
    This PR proposes to check pep8 against `merge_spark_pr.py` script.
    
    ```
    ./dev/merge_spark_pr.py:100:1: E302 expected 2 blank lines, found 1
    ./dev/merge_spark_pr.py:285:44: E251 unexpected spaces around keyword / 
parameter equals
    ./dev/merge_spark_pr.py:285:46: E251 unexpected spaces around keyword / 
parameter equals
    ./dev/merge_spark_pr.py:286:16: E251 unexpected spaces around keyword / 
parameter equals
    ./dev/merge_spark_pr.py:286:18: E251 unexpected spaces around keyword / 
parameter equals
    ./dev/merge_spark_pr.py:286:38: E251 unexpected spaces around keyword / 
parameter equals
    ./dev/merge_spark_pr.py:286:40: E251 unexpected spaces around keyword / 
parameter equals
    ./dev/merge_spark_pr.py:303:101: E501 line too long (127 > 100 characters)
    ./dev/merge_spark_pr.py:305:101: E501 line too long (109 > 100 characters)
    ./dev/merge_spark_pr.py:307:101: E501 line too long (110 > 100 characters)
    ./dev/merge_spark_pr.py:313:101: E501 line too long (108 > 100 characters)
    ./dev/merge_spark_pr.py:317:101: E501 line too long (107 > 100 characters)
    ./dev/merge_spark_pr.py:319:101: E501 line too long (117 > 100 characters)
    ./dev/merge_spark_pr.py:353:101: E501 line too long (103 > 100 characters)
    ./dev/merge_spark_pr.py:419:37: E128 continuation line under-indented for 
visual indent
    ./dev/merge_spark_pr.py:448:101: E501 line too long (103 > 100 characters)
    ```
    
    ## How was this patch tested?
    
    Via doctests, `python -m doctest -v merge_spark_pr.py`


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

    $ git pull https://github.com/HyukjinKwon/spark minor-pep8

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

    https://github.com/apache/spark/pull/16405.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 #16405
    
----
commit 8af1edb7185176ea25eac7a19c7438f30b677528
Author: hyukjinkwon <[email protected]>
Date:   2016-12-26T13:07:44Z

    Check pep8 against merge_spark_pr.py script

----


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