[jira] [Created] (FLINK-8577) Implement proctime DataStream to Table upsert conversion.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-8577) Implement proctime DataStream to Table upsert conversion.

Shang Yuanchun (Jira)
Hequn Cheng created FLINK-8577:
----------------------------------

             Summary: Implement proctime DataStream to Table upsert conversion.
                 Key: FLINK-8577
                 URL: https://issues.apache.org/jira/browse/FLINK-8577
             Project: Flink
          Issue Type: Sub-task
          Components: Table API & SQL
            Reporter: Hequn Cheng
            Assignee: Hequn Cheng


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)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)