You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/02 20:07:06 UTC

[GitHub] [flink] JingGe commented on a diff in pull request #19624: [FLINK-27476][test] build import option only focuses on maven main class files

JingGe commented on code in PR #19624:
URL: https://github.com/apache/flink/pull/19624#discussion_r863152213


##########
flink-architecture-tests/flink-architecture-tests-base/src/main/java/org/apache/flink/architecture/common/ImportOptions.java:
##########
@@ -57,4 +70,19 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /** {@link Pattern} based predicate. */
+    private static class PatternPredicate implements Predicate<Location> {

Review Comment:
   fair enough, thanks!



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org