Shengkai Fang created FLINK-21703: ------------------------------------- Summary: Add option `table.dml-sync` Key: FLINK-21703 URL: https://issues.apache.org/jira/browse/FLINK-21703 Project: Flink Issue Type: Sub-task Reporter: Shengkai Fang
This option is used to determine the mode to execute dml. It will execute the next statement when submit the current job in default. If set true, it will execute the next statement when the current job finishes. It just invokes `TableResult.async()` in the `TableEnvironment#executeSql` mannually. -- This message was sent by Atlassian Jira (v8.3.4#803005)