[
https://issues.apache.org/jira/browse/FLINK-8436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-8436:
----------------------------------
Labels: stale-assigned (was: )
> Allow implementing both RetractTableSink and BatchTableSink in one class
> ------------------------------------------------------------------------
>
> Key: FLINK-8436
> URL: https://issues.apache.org/jira/browse/FLINK-8436
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Labels: stale-assigned
>
> When implementing a table sink that should have the functionality of both a
> {{RetractStreamTableSink}} and {{BatchTableSink}} the current interface
> design has clashes in {{TableSink.getOutputType}}. We should clean/rework the
> interfaces there. Additionally, the return type should be
> {{TypeInformation<Tuple2<Boolean, Row>>}} instead of
> {{TupleTypeInfo<Tuple2<Boolean, Row>>}} to be more generic.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)