MartijnVisser commented on code in PR #21128:
URL: https://github.com/apache/flink/pull/21128#discussion_r1064881291


##########
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java:
##########
@@ -639,6 +651,7 @@ public boolean accept(File dir, String name) {
                                             }
                                         }
                                         if 
(foundSet.containsAll(mustHaveList)) {
+                                            LOG.info("Contains");

Review Comment:
   I'll actually remove them, they don't add value :)



##########
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java:
##########
@@ -649,6 +662,7 @@ public boolean accept(File dir, String name) {
                                                     + " file: "
                                                     + f.getAbsolutePath());
                                 }
+                                LOG.info("Not contains");

Review Comment:
   Same here, I'll actually remove this



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

Reply via email to