You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Wenlong Lyu (Jira)" <ji...@apache.org> on 2022/01/11 02:35:00 UTC

[jira] [Created] (FLINK-25600) Support new statement set syntax in sql client and update docs

Wenlong Lyu created FLINK-25600:
-----------------------------------

             Summary: Support new statement set syntax in sql client and update docs
                 Key: FLINK-25600
                 URL: https://issues.apache.org/jira/browse/FLINK-25600
             Project: Flink
          Issue Type: Sub-task
            Reporter: Wenlong Lyu


this is a follow up of FLINK-25392, to finish adding the new statement set: 
1. the new statement set need multi line parsing support in sql client, which is not supported currently:
execute statement set begin
insert xxx;
insert xxx;
end;
2. we need to update the doc to introduce the new syntax



--
This message was sent by Atlassian Jira
(v8.20.1#820001)