You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2020/04/27 06:23:00 UTC

[jira] [Commented] (FLINK-17399) CsvTableSink should also extend from OverwritableTableSink

    [ https://issues.apache.org/jira/browse/FLINK-17399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093051#comment-17093051 ] 

Jingsong Lee commented on FLINK-17399:
--------------------------------------

We should use new file system connector. Now it has support parquet format.

> CsvTableSink should also extend from OverwritableTableSink
> ----------------------------------------------------------
>
>                 Key: FLINK-17399
>                 URL: https://issues.apache.org/jira/browse/FLINK-17399
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API
>            Reporter: godfrey he
>            Priority: Major
>             Fix For: 1.11.0
>
>
> {{CsvTableSink}} has supported {{writeMode}} which could be {{OVERWRITE}} or {{NO_OVERWRITE}}. When we execute "INSERT OVERWRITE csv_table_sink xx", planners will check whether a table sink is an {{OverwritableTableSink}}.
> Now {{CsvTableSink}} does not extend from {{OverwritableTableSink}}, so we can't execute above statement. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)