Yun Gao created FLINK-24649: ------------------------------- Summary: Add DraftExecutionEnvironment to support wrapping operators during compile time Key: FLINK-24649 URL: https://issues.apache.org/jira/browse/FLINK-24649 Project: Flink Issue Type: Sub-task Components: Library / Machine Learning Reporter: Yun Gao Assignee: Yun Gao Fix For: 0.1.0
To add wrappers for each operator, we'll have to first make users construct the subgraph of the iteration body in a separate env, and then copy to the actual env with the operators wrapped. We'll introduce a DraftExecutionEnvironment for this purpose. -- This message was sent by Atlassian Jira (v8.3.4#803005)