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)