Details

    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

          Activity

            People

              twalthr Timo Walther
              twalthr Timo Walther
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: