zentol 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_r348434979
 
 

 ##########
 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:
   we only wanted to make these changes though when we touch a file for other 
changes though; the only reason why we aren't applying checkstyle everywhere is 
the potential for merge conflicts; if we now go around and randomly apply 
checkstyle we still have the same risk.

----------------------------------------------------------------
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

Reply via email to