Kazuaki Ishizaki created SPARK-24323:
----------------------------------------
Summary: Java lint errors
Key: SPARK-24323
URL: https://issues.apache.org/jira/browse/SPARK-24323
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 2.4.0
Reporter: Kazuaki Ishizaki
The following error occurs when run lint-java
{code:java}
[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).
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]