GitHub user viirya opened a pull request:

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

    [SPARK-22088][SQL] Incorrect scalastyle comment causes wrong styles in 
stringExpressions

    ## What changes were proposed in this pull request?
    
    There is an incorrect `scalastyle:on` comment in `stringExpressions.scala` 
and causes the line size limit check ineffective in the file. There are many 
lines of code which are more than 100 chars.
    
    ## How was this patch tested?
    
    Code style change only.


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

    $ git pull https://github.com/viirya/spark-1 fix-wrong-style

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

    https://github.com/apache/spark/pull/19305.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 #19305
    
----
commit 21140184af0d67c65b50958fd9113ab77f3e8707
Author: Liang-Chi Hsieh <vii...@gmail.com>
Date:   2017-09-21T10:19:34Z

    Fix wrong style.

----


---

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

Reply via email to