Yun Tang created FLINK-21658:
--------------------------------
Summary: Align flink-benchmarks with job graph builder
Key: FLINK-21658
URL:
https://issues.apache.org/jira/browse/FLINK-21658 Project: Flink
Issue Type: Bug
Components: Benchmarks
Reporter: Yun Tang
Assignee: Yun Tang
After FLINK-21401 resolved, previous job graph constructor has been removed:
{code:java}
public JobGraph(JobVertex... vertices) {
this(null, vertices);
}
{code}
However, this method is still used in flink-benchmarks, we need to adopt code to latest Flink master.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)