Shengkai Fang created FLINK-21485: ------------------------------------- Summary: Simplify the ExecutionContext Key: FLINK-21485 URL: https://issues.apache.org/jira/browse/FLINK-21485 Project: Flink Issue Type: Sub-task Components: Table SQL / Client Affects Versions: 1.13.0 Reporter: Shengkai Fang Fix For: 1.13.0
Currently \{{ExecutionContext}} is too complicated. In our design, we should treat \{{ExecutionContext}} as a wrapper of \{{TableEnvironment}} and leave the session config to \{{SessionContext}}. However, we still need to store the origin \{{Configuration}} and command line options. Therefore, we continue introduce a new context named \{{DefaultContext}}. -- This message was sent by Atlassian Jira (v8.3.4#803005)