huwh commented on code in PR #22674:
URL: https://github.com/apache/flink/pull/22674#discussion_r1211523158
##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/DefaultExecutionGraphBuilder.java:
##########
@@ -143,7 +147,8 @@ public static DefaultExecutionGraph buildGraph(
executionJobVertexFactory,
jobGraph.getJobStatusHooks(),
markPartitionFinishedStrategy,
- nonFinishedHybridPartitionShouldBeUnknown);
+ nonFinishedHybridPartitionShouldBeUnknown,
Review Comment:
Thanks @Thesharing @reswqa. I created a new ticket
(https://issues.apache.org/jira/browse/FLINK-32225) to do merge-related work to
make this PR clean. I will finish that ticket first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]