[
https://issues.apache.org/jira/browse/FLINK-21463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-21463:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> 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)