[
https://issues.apache.org/jira/browse/FLINK-21463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu updated FLINK-21463:
----------------------------
Summary: Unify SQL Client parser and TableEnvironment parser (was:
Refactor client parser)
> 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: Major
> 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)