You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shengkai Fang (Jira)" <ji...@apache.org> on 2021/03/10 06:06:00 UTC

[jira] [Created] (FLINK-21703) Add option `table.dml-sync`

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)