Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-14672

Make Executor stateful in sql client

    XMLWordPrintableJSON

Details

    Description

      Currently sql client is stateless, it read config files into `Environment` and recorded all session changes into `SessionContext`. 

      Each time sql client want to execute a new command, we have to first construct `ExecutionContext` by combining `Environment` and `SessionContext`, and then transfer all information into a new `EnvironmentInstance`. 

      It works well before but kind of hard to extend now. One example is support creating table in sql client. We have to remember create statements and replay them every time we want to execute a new command. 

      If we can make sql client stateful, and table environment be the state of sql client, things will be much more easier. 

      This Jira should revisit all related classes, and define a clean relationship between old roles after making sql client stateful. 

       

      Attachments

        Issue Links

          Activity

            People

              openinx Zheng Hu
              ykt836 Kurt Young
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m