Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8545 Implement upsert stream table source
  3. FLINK-8577

Implement proctime DataStream to Table upsert conversion.

    XMLWordPrintableJSON

Details

    Description

      Api will looks like:

      DataStream[(String, Long, Int)] input = ???
      // upsert with keyTable 
      table = tEnv.upsertFromStream(input, 'a, 'b, 'c.key)
      // upsert without key -> single row tableTable 
      table = tEnv.upsertFromStream(input, 'a, 'b, 'c)

      A simple design doc about this subtask.

      Attachments

        Issue Links

          Activity

            People

              hequn8128 Hequn Cheng
              hequn8128 Hequn Cheng
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: