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

Jing Zhang updated FLINK-11975:
-------------------------------
    Description: 
Support to run a sql query : 'SELECT * FROM (VALUES (1, 2, 3)) T(a, b, c)', 
including:
1. add writeToSink, translateNodeDag in batch and stream tableEnv
2. introduce SinkRules for batch and stream
3. Introduce subclass of TableSink, including BaseUpsertStreamTableSink, 
BatchTableSink, CollectTableSink, DataStreamTableSink
4. StreamExecSink/BatchExecSink implements ExecNode interface
5. StramExecValues/BatchExecValues  implements ExecNode interface, add CodeGen 
for Values.
6. add Itcase test infrastructure


  was:Support to run a sql query : 'SELECT * FROM (VALUES (1, 2, 3)) T(a, b, c)'


> Support to run a sql query :  'SELECT * FROM (VALUES (1, 2, 3)) T(a, b, c)'
> ---------------------------------------------------------------------------
>
>                 Key: FLINK-11975
>                 URL: https://issues.apache.org/jira/browse/FLINK-11975
>             Project: Flink
>          Issue Type: Task
>          Components: Table SQL / Planner
>            Reporter: Jing Zhang
>            Priority: Major
>
> Support to run a sql query : 'SELECT * FROM (VALUES (1, 2, 3)) T(a, b, c)', 
> including:
> 1. add writeToSink, translateNodeDag in batch and stream tableEnv
> 2. introduce SinkRules for batch and stream
> 3. Introduce subclass of TableSink, including BaseUpsertStreamTableSink, 
> BatchTableSink, CollectTableSink, DataStreamTableSink
> 4. StreamExecSink/BatchExecSink implements ExecNode interface
> 5. StramExecValues/BatchExecValues  implements ExecNode interface, add 
> CodeGen for Values.
> 6. add Itcase test infrastructure



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

Reply via email to