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_r348396369
 
 

 ##########
 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:
   Some flink-runtime classes style checks are suppressed for now because there 
were lots of violations when the checkstyle was introduced.
   It should be good to fix them by the way, so that one day in the future we 
can remove those checkstyle suppression.

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