-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-24323][SQL] Fix lint-java errors #21374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #90842 has finished for PR 21374 at commit
|
|
Jenkins, retest this please |
|
Test build #90843 has finished for PR 21374 at commit
|
|
Hi, @kiszk and @felixcheung . |
|
@dongjoon-hyun thank you, l will kick this later. |
|
retest this please |
|
Test build #90851 has finished for PR 21374 at commit
|
|
hm, I think we better fix these in a batch or when the release is close ... |
|
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. |
|
Also, I don't think we need a JIRA for each lint break. It's "virtually same" before after. |
|
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> Closes apache#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> Closes apache#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> Closes apache#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.