Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.13.0
Description
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.
Attachments
Issue Links
- fixes
-
FLINK-18791 Simplify the logic of SqlCommandParser and CliClient
- Closed
- links to