[ https://issues.apache.org/jira/browse/FLINK-21463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jark Wu closed FLINK-21463. --------------------------- Assignee: Shengkai Fang Resolution: Fixed Fixed in master: - 1080a638382676b85b9e739d41775b4dcab7b439 - 07365002df382dbdaf6f25f0eb2700925cabc9c6 > Unify SQL Client parser and TableEnvironment parser > --------------------------------------------------- > > Key: FLINK-21463 > URL: https://issues.apache.org/jira/browse/FLINK-21463 > Project: Flink > Issue Type: Sub-task > Components: Table SQL / Client > Affects Versions: 1.13.0 > Reporter: Shengkai Fang > Assignee: Shengkai Fang > Priority: Critical > Labels: pull-request-available > Fix For: 1.13.0 > > > Merge regex parser and calcite parser into one parser. It will first use > regex to match simple commands, e.g. SET Commands. If the regex doesn't find > any avaliable commands, the statement will be delegated to the underlying > Calcite parser. In this way, we can use tableEnv.executeOperation to execute > parsed operation. -- This message was sent by Atlassian Jira (v8.3.4#803005)