Skip to content

Conversation

@kiszk
Copy link
Member

@kiszk kiszk commented May 19, 2018

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.

@SparkQA
Copy link

SparkQA commented May 19, 2018

Test build #90842 has finished for PR 21374 at commit a922b88.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@felixcheung
Copy link
Member

Jenkins, retest this please

@SparkQA
Copy link

SparkQA commented May 19, 2018

Test build #90843 has finished for PR 21374 at commit a922b88.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@dongjoon-hyun
Copy link
Member

Hi, @kiszk and @felixcheung .
Unfortunately, the master branch build is broken by #21299 .

@kiszk
Copy link
Member Author

kiszk commented May 20, 2018

@dongjoon-hyun thank you, l will kick this later.

@kiszk
Copy link
Member Author

kiszk commented May 20, 2018

retest this please

@SparkQA
Copy link

SparkQA commented May 20, 2018

Test build #90851 has finished for PR 21374 at commit a922b88.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@kiszk
Copy link
Member Author

kiszk commented May 20, 2018

cc @gatorsmile @ueshin

@HyukjinKwon
Copy link
Member

hm, I think we better fix these in a batch or when the release is close ...

@kiszk
Copy link
Member Author

kiszk commented May 21, 2018

Until now, @gatorsmile and @ueshin fixed these when we found. I am neutral on the policy.
I would like to hear their opinion.

@HyukjinKwon
Copy link
Member

HyukjinKwon commented May 21, 2018

Yea, so I am saying that we probably do this less frequently. LGTM btw if it fixes. No reason to block it.

@HyukjinKwon
Copy link
Member

Also, I don't think we need a JIRA for each lint break. It's "virtually same" before after.

@HyukjinKwon
Copy link
Member

Merged to master

@asfgit asfgit closed this in e480ecc May 21, 2018
jzhuge pushed a commit to jzhuge/spark that referenced this pull request Mar 7, 2019
## 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 <[email protected]>

Closes apache#21374 from kiszk/SPARK-24323.

(cherry picked from commit e480ecc)
rdblue pushed a commit to rdblue/spark that referenced this pull request Apr 3, 2019
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 <[email protected]>

Closes apache#21374 from kiszk/SPARK-24323.
jzhuge pushed a commit to jzhuge/spark that referenced this pull request Oct 15, 2019
## 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 <[email protected]>

Closes apache#21374 from kiszk/SPARK-24323.

(cherry picked from commit e480ecc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants