[
https://issues.apache.org/jira/browse/FLINK-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15751091#comment-15751091
]
ASF GitHub Bot commented on FLINK-5343:
---------------------------------------
GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/3011
[FLINK-5343] [table] Add support to overwrite files with CsvTableSink.
Adds a `WriteMode` parameter to the `CsvTableSink` to allow overwriting
existing files.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/flink tableCsvSink
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3011.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 #3011
----
commit c58b93503b0888af1c4144132858bbe791959256
Author: Fabian Hueske <[email protected]>
Date: 2016-12-15T10:01:39Z
[FLINK-5343] [table] Add support to overwrite files with CsvTableSink.
----
> Add option to CsvTableSink to overwrite files
> ---------------------------------------------
>
> Key: FLINK-5343
> URL: https://issues.apache.org/jira/browse/FLINK-5343
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Affects Versions: 1.2.0, 1.1.3
> Reporter: Fabian Hueske
> Assignee: Fabian Hueske
> Fix For: 1.2.0
>
>
> The {{CsvTableSink}} is currently not able to overwrite existing files.
> We should add an optional parameter to configure the overwrite behavior of
> {{CsvTableSink}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)