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

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

Jark Wu created FLINK-12809:
-------------------------------

             Summary: 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


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)