[
https://issues.apache.org/jira/browse/FLINK-18840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174065#comment-17174065
]
Jark Wu commented on FLINK-18840:
---------------------------------
I have the similar thought with [~NicoK] and [~godfreyhe]. What users need is
using {{StatementSet}} and {{toAppendStream}} in a single job. Therefor, we can
register the transformations after {{toAppendStream}} as a black-box, wrap the
transformations as a TableSink, for example, we can return a dummy DataStream
for {{toAppendStream}} or a {{Consumer<DataStream<?>> callback}}.
> Support StatementSet with DataStream API
> ----------------------------------------
>
> Key: FLINK-18840
> URL: https://issues.apache.org/jira/browse/FLINK-18840
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / API
> Reporter: Timo Walther
> Priority: Major
>
> Currently, users of the {{StreamTableEnvironment}} cannot not translate a
> {{StatementSet}} to DataStream API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)