Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-21454 FLIP-163: SQL Client Improvements
  3. FLINK-21463

Unify SQL Client parser and TableEnvironment parser

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              fsk119 Shengkai Fang
              fsk119 Shengkai Fang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: