You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2019/07/02 09:20:00 UTC

[jira] [Closed] (FLINK-12809) Introduce PartitionableTableSink for support writing data into partitions

     [ https://issues.apache.org/jira/browse/FLINK-12809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu closed FLINK-12809.
---------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed in 1.9.0: c3f2ad8c8c10097dc7f680ccdf2e9b99babc349c

> Introduce PartitionableTableSink for support writing data into partitions
> -------------------------------------------------------------------------
>
>                 Key: FLINK-12809
>                 URL: https://issues.apache.org/jira/browse/FLINK-12809
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / API
>            Reporter: Jark Wu
>            Assignee: Jark Wu
>            Priority: Major
>             Fix For: 1.9.0
>
>
> Introduce a sink interface to support writing data into partitions in order to support the INSERT PARTITION SQL statement:
> {code:sql}
> INSERT INTO A PARTITION(a='ab', b='cd') select c, d from B
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)