Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.9.1
-
None
-
None
Description
We should reuse the SQL CLI for commands parsing, especially for those statements that are sql queries. There are at lease 2 benefits i can see:
- To reduce the bugs because the parsing work by regex expression now is very easy to encounter that for complex queries
- To reduce the redundant parse work, we only need to maintain the flink-sql-parser
Attachments
Issue Links
- is duplicated by
-
FLINK-14671 Collaborate sql parser with sql cli
- Closed