Junrui Li created FLINK-36446: --------------------------------- Summary: Refactor Job Submission Process to Use ExecutionPlan Instead of JobGraph Key: FLINK-36446 URL: https://issues.apache.org/jira/browse/FLINK-36446 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination Reporter: Junrui Li
Refactor the job submission process to submit an {{ExecutionPlan}} instead of a {{{}JobGraph{}}}. Since {{JobGraph}} implements the {{ExecutionPlan}} interface, this change will not impact the existing submission process. -- This message was sent by Atlassian Jira (v8.20.10#820010)