[
https://issues.apache.org/jira/browse/FLINK-21658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-21658:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)