You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yun Tang (Jira)" <ji...@apache.org> on 2021/03/08 07:15:00 UTC

[jira] [Created] (FLINK-21658) Align flink-benchmarks with job graph builder

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)