GitHub user ueshin opened a pull request:
https://github.com/apache/spark/pull/20514
[SPARK-23310][CORE][FOLLOWUP] Fix Java style check issues.
## What changes were proposed in this pull request?
This is a follow-up of #20492 which broke lint-java checks.
This pr fixes the lint-java issues.
```
[ERROR]
src/main/java/org/apache/spark/util/collection/unsafe/sort/UnsafeSorterSpillReader.java:[79]
(sizes) LineLength: Line is longer than 100 characters (found 114).
```
## How was this patch tested?
Checked manually in my local environment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ueshin/apache-spark issues/SPARK-23310/fup1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20514.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 #20514
----
commit 405418a1e6647e92b7c9b29fee5a0a8135546336
Author: Takuya UESHIN <ueshin@...>
Date: 2018-02-06T04:26:37Z
Fix Java style check issues.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]