Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The more powerful API exposes the same features as a DynamicTableSource/Sink in FLIP-95. It enables ingesting a changelog stream with primary key, computed columns, and watermarks.
StreamTableEnvironment.fromChangelogStream(DataStream<Row>): Table
Goal: Create a table from a Changelog as easy as possible. Derive schema entirely.
StreamTableEnvironment.fromChangelogStream(DataStream<Row>, Schema): Table
Goal: Create a table from a Changelog with Schema similar to a source.
And similar:
StreamTableEnvironment.toChangelogStream(Table): DataStream<Row> StreamTableEnvironment.toChangelogStream(Table, Schema): DataStream<Row>
Attachments
Issue Links
- links to