Spongebob created FLINK-24289:
---------------------------------
Summary: Load data repeatedly between different jobs
Key: FLINK-24289
URL: https://issues.apache.org/jira/browse/FLINK-24289
Project: Flink
Issue Type: Improvement
Components: Table SQL / API
Affects Versions: 1.12.4
Reporter: Spongebob
I had created an jdbc source table named tbl_a, and then I executed two DMLs
that both visited tbl_a in await mode, it means flink executed DML1 and then
DML2. Out of my expetation that flink had load tbl_a from underlying database
both in DML1 and DML2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)