spark git commit: [MINOR][BUILD] Fix Java linter errors

2018-01-12 Thread sameerag
Repository: spark Updated Branches: refs/heads/branch-2.3 6152da389 -> db27a9365 [MINOR][BUILD] Fix Java linter errors ## What changes were proposed in this pull request? This PR cleans up the java-lint errors (for v2.3.0-rc1 tag). Hopefully, this will be the final one. ``` $ dev/lint-java

spark git commit: [MINOR][BUILD] Fix Java linter errors

2018-01-12 Thread sameerag
Repository: spark Updated Branches: refs/heads/master 651f76153 -> 7bd14cfd4 [MINOR][BUILD] Fix Java linter errors ## What changes were proposed in this pull request? This PR cleans up the java-lint errors (for v2.3.0-rc1 tag). Hopefully, this will be the final one. ``` $ dev/lint-java

spark git commit: [MINOR][BUILD] Fix Java linter errors

2017-12-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master 287781742 -> 5536f3181 [MINOR][BUILD] Fix Java linter errors ## What changes were proposed in this pull request? This PR cleans up a few Java linter errors for Apache Spark 2.3 release. ## How was this patch tested? ```bash $

spark git commit: [MINOR][BUILD] Fix Java linter errors

2017-06-19 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 7b50736c4 -> e329beaff [MINOR][BUILD] Fix Java linter errors This PR cleans up a few Java linter errors for Apache Spark 2.2 release. ```bash $ dev/lint-java Using `mvn` from path: /usr/local/bin/mvn Checkstyle checks passed. ``` We

spark git commit: [MINOR][BUILD] Fix Java linter errors

2017-06-19 Thread srowen
Repository: spark Updated Branches: refs/heads/master e5387018e -> ecc563135 [MINOR][BUILD] Fix Java linter errors ## What changes were proposed in this pull request? This PR cleans up a few Java linter errors for Apache Spark 2.2 release. ## How was this patch tested? ```bash $

spark git commit: [MINOR][BUILD] Fix Java linter errors

2016-07-02 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 0d0b41609 -> 0c6fd03fa [MINOR][BUILD] Fix Java linter errors This PR fixes the minor Java linter errors like the following. ``` -public int read(char cbuf[], int off, int len) throws IOException { +public int read(char[] cbuf,

spark git commit: [MINOR][BUILD] Fix Java linter errors

2016-07-02 Thread srowen
Repository: spark Updated Branches: refs/heads/master 0bd7cd18b -> 3000b4b29 [MINOR][BUILD] Fix Java linter errors ## What changes were proposed in this pull request? This PR fixes the minor Java linter errors like the following. ``` -public int read(char cbuf[], int off, int len) throws