You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by buptljy <gi...@git.apache.org> on 2018/07/25 06:06:33 UTC

[GitHub] flink pull request #6412: [FLINK-9941] Flush in ScalaCsvOutputFormat before ...

GitHub user buptljy opened a pull request:

    https://github.com/apache/flink/pull/6412

    [FLINK-9941] Flush in ScalaCsvOutputFormat before close

    ## What is the purpose of the change
    - Flush in ScalaCsvOutputFormat before close.We've already finished it in org.apache.flink.api.java.io.CsvOutputFormat.
    
    ## Brief change log
    - add flush in ScalaCsvOutputFormat before close.
    ## Verifying this change
    - unit tests.
    ## Does this pull request potentially affect one of the following parts:
    - no

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/buptljy/flink FLINK-9941

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/6412.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6412
    
----
commit 636456d2398bef69a805b96dfb0945459cfcfada
Author: wind <bu...@...>
Date:   2018-07-25T06:01:36Z

    flush ScalaCsvOutputFormat before close

----


---

[GitHub] flink pull request #6412: [FLINK-9941] Flush in ScalaCsvOutputFormat before ...

Posted by buptljy <gi...@git.apache.org>.
Github user buptljy closed the pull request at:

    https://github.com/apache/flink/pull/6412


---

[GitHub] flink issue #6412: [FLINK-9941] Flush in ScalaCsvOutputFormat before close

Posted by buptljy <gi...@git.apache.org>.
Github user buptljy commented on the issue:

    https://github.com/apache/flink/pull/6412
  
    Duplicate. Close.


---