[
https://issues.apache.org/jira/browse/FLINK-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16087633#comment-16087633
]
ASF GitHub Bot commented on FLINK-7185:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/4340#discussion_r127506187
--- Diff:
flink-java/src/test/java/org/apache/flink/api/java/io/CsvInputFormatTest.java
---
@@ -224,34 +230,31 @@ private void ignoreInvalidLines(int bufferSize) {
fail("Test failed due to a " + ex.getClass().getName()
+ ": " + ex.getMessage());
}
}
-
+
@Test
public void ignoreSingleCharPrefixComments() {
try {
final String fileContent = "#description of the data\n"
+
-
"#successive commented line\n" +
-
"this is|1|2.0|\n" +
- "a
test|3|4.0|\n" +
-
"#next|5|6.0|\n";
-
+
"#successive commented line\n" + "this is|1|2.0|\n" + "a test|3|4.0|\n" +
"#next|5|6.0|\n";
--- End diff --
lets move this line more to the left and keep them in separate lines
> Activate checkstyle flink-java/io
> ---------------------------------
>
> Key: FLINK-7185
> URL: https://issues.apache.org/jira/browse/FLINK-7185
> Project: Flink
> Issue Type: Improvement
> Components: Build System
> Reporter: Dawid Wysakowicz
> Assignee: Dawid Wysakowicz
> Priority: Trivial
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)