GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static 
analysis results

    ## What changes were proposed in this pull request?
    
    This issue contains the following 5 types of maintenance fix over 59 files 
(+94 lines, -93 lines).
    - Fix typos(exception/log strings, testcase name, comments) in 44 lines.
    - Fix lint-java errors (MaxLineLength) in 6 lines. (New codes after 
SPARK-14011)
    - Use diamond operators in 40 lines. (New codes after SPARK-13702)
    - Fix redundant semicolon in 5 lines.
    - Rename class `InferSchemaSuite` to `CSVInferSchemaSuite` in 
CSVInferSchemaSuite.scala.
    
    ## How was this patch tested?
    
    Manual and pass the Jenkins tests.

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

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-14355

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

    https://github.com/apache/spark/pull/12139.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 #12139
    
----
commit f173495288643f3ce1d28ee9d80e4c985e8803f5
Author: Dongjoon Hyun <[email protected]>
Date:   2016-04-03T22:20:30Z

    [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static 
analysis results
    
    * Fix typos(exception strings, testcase name, comments) in 44 lines.
    * Fix lint-java errors (MaxLineLength) in 6 lines.
    * Use diamond operators in 40 lines.
    * Fix redundant semicolon in 5 lines.
    * Rename class `InferSchemaSuite` to `CSVInferSchemaSuite` in 
CSVInferSchemaSuite.scala.

----


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