Uh oh!
There was an error while loading. Please reload this page.
[SPARK-24323][SQL] Fix lint-java errors - #21374
Conversation
SparkQA
commented
May 19, 2018
Test build #90842 has finished for PR 21374 at commit
|
felixcheung
commented
May 19, 2018
Jenkins, retest this please |
SparkQA
commented
May 19, 2018
Test build #90843 has finished for PR 21374 at commit
|
dongjoon-hyun
commented
May 20, 2018
Hi, @kiszk and @felixcheung . |
kiszk
commented
May 20, 2018
@dongjoon-hyun thank you, l will kick this later. |
kiszk
commented
May 20, 2018
retest this please |
SparkQA
commented
May 20, 2018
Test build #90851 has finished for PR 21374 at commit
|
kiszk
commented
May 20, 2018
HyukjinKwon
commented
May 21, 2018
hm, I think we better fix these in a batch or when the release is close ... |
kiszk
commented
May 21, 2018
Until now, @gatorsmile and @ueshin fixed these when we found. I am neutral on the policy. |
Yea, so I am saying that we probably do this less frequently. LGTM btw if it fixes. No reason to block it. |
HyukjinKwon
commented
May 21, 2018
Also, I don't think we need a JIRA for each lint break. It's "virtually same" before after. |
HyukjinKwon
commented
May 21, 2018
Merged to master |
## What changes were proposed in this pull request? This PR fixes the following errors reported by `lint-java` ``` % dev/lint-java Using `mvn` from path: /usr/bin/mvn Checkstyle checks failed at following occurrences: [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartition.java:[39] (sizes) LineLength: Line is longer than 100 characters (found 104). [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartitionReader.java:[26] (sizes) LineLength: Line is longer than 100 characters (found 110). [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartitionReader.java:[30] (sizes) LineLength: Line is longer than 100 characters (found 104). ``` ## How was this patch tested? Run `lint-java` manually. Author: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Closesapache#21374 from kiszk/SPARK-24323. (cherry picked from commit e480ecc)
This PR fixes the following errors reported by `lint-java` ``` % dev/lint-java Using `mvn` from path: /usr/bin/mvn Checkstyle checks failed at following occurrences: [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartition.java:[39] (sizes) LineLength: Line is longer than 100 characters (found 104). [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartitionReader.java:[26] (sizes) LineLength: Line is longer than 100 characters (found 110). [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartitionReader.java:[30] (sizes) LineLength: Line is longer than 100 characters (found 104). ``` Run `lint-java` manually. Author: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Closesapache#21374 from kiszk/SPARK-24323.
## What changes were proposed in this pull request? This PR fixes the following errors reported by `lint-java` ``` % dev/lint-java Using `mvn` from path: /usr/bin/mvn Checkstyle checks failed at following occurrences: [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartition.java:[39] (sizes) LineLength: Line is longer than 100 characters (found 104). [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartitionReader.java:[26] (sizes) LineLength: Line is longer than 100 characters (found 110). [ERROR] src/main/java/org/apache/spark/sql/sources/v2/reader/InputPartitionReader.java:[30] (sizes) LineLength: Line is longer than 100 characters (found 104). ``` ## How was this patch tested? Run `lint-java` manually. Author: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Closesapache#21374 from kiszk/SPARK-24323. (cherry picked from commit e480ecc)
What changes were proposed in this pull request?
This PR fixes the following errors reported by
lint-javaHow was this patch tested?
Run
lint-javamanually.