Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1098#discussion_r39177248
  
    --- Diff: 
flink-staging/flink-streaming/flink-streaming-scala/src/test/java/org/apache/flink/streaming/scala/api/CsvOutputFormatITCase.java
 ---
    @@ -36,6 +37,10 @@ protected void preSubmit() throws Exception {
        @Override
        protected void testProgram() throws Exception {
                OutputFormatTestPrograms.wordCountToCsv(WordCountData.TEXT, 
resultPath);
    +           OutputFormatTestPrograms.wordCountToCsv(WordCountData.TEXT, 
resultPath, 1);
    --- End diff --
    
    Is this actually working? 
    I thought by default files are not overwritten. So writing to the same file 
again, should not work and the second job should fail.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to