zhuzhurk commented on a change in pull request #10264: [FLINK-14811][runtime]
Replace Java Streams in input check methods with for-loops
URL: https://github.com/apache/flink/pull/10264#discussion_r348382437
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionVertexInputConstraintTest.java
##########
@@ -106,7 +106,6 @@ public void testInputConstraintANY() throws Exception {
eg.start(mainThreadExecutor);
eg.scheduleForExecution();
-
Review comment:
That's right. Let me move it into a hotfix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services