zhijiangW commented on a change in pull request #10573: [FLINK-13589] Fixing 
DelimitedInputFormat for whole file input splits.
URL: https://github.com/apache/flink/pull/10573#discussion_r358103448
 
 

 ##########
 File path: 
flink-core/src/test/java/org/apache/flink/api/common/io/DelimitedInputFormatTest.java
 ##########
 @@ -431,6 +431,34 @@ public void testDelimiterOnBufferBoundary() throws 
IOException {
                format.close();
        }
 
+       @Test
+       public void testDelimiterOnBufferBoundaryWithWholeFileSplit() throws 
IOException {
 
 Review comment:
   Maybe we can deduplcate common codes with previous 
`testDelimiterOnBufferBoundary`, because only one sentence is different. :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to