[ https://issues.apache.org/jira/browse/FLINK-19977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timo Walther closed FLINK-19977. -------------------------------- Fix Version/s: 1.13.0 Resolution: Fixed Fixed in 1.13.0: [table] Allow legacy tests to work with new fromDataStream 31617af01ca7368ea1109a595333774998f0c8af [table] Rework StreamTableEnvironment.fromDataStream f3d85b8ce9294b02de48d41144b70e0ac983f772 [table-common] Allow passing RowKind in JoinedRowData ea724a5bbe190d33bd4361b7085c08d66af0c44e [table-api-java] Use name-based projection in ExternalSchemaTranslator ecbf8b14582af916bedf26300cb6e6e79312819d > Add new StreamTableEnvironment.fromDataStream > --------------------------------------------- > > Key: FLINK-19977 > URL: https://issues.apache.org/jira/browse/FLINK-19977 > Project: Flink > Issue Type: Sub-task > Components: Table SQL / API > Reporter: Timo Walther > Assignee: Timo Walther > Priority: Major > Labels: pull-request-available > Fix For: 1.13.0 > > > The DataStream API itself is not a changelog processor. Therefore, in most of > the cases, the DataStream API produces insert-only events of different data > types. Insert-only semantics make the handling of different record types > easier because we don't require a Row or RowData to contain a RowKind flag. > It is therefore possible to offer the conversion of any data type to an > insert-only table, without the necessity of performing manual schema work. > Goal: Convert between table and DataStream as easy as possible. -- This message was sent by Atlassian Jira (v8.3.4#803005)