This is an automated email from the ASF dual-hosted git repository. sewen pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 728bb3309b74cf6457c5d0b962018a45e470ed05 Author: Stephan Ewen <se...@apache.org> AuthorDate: Tue Jun 22 20:10:34 2021 +0200 [FLINK-23001][build] Re-enable Scala suffix check for avro-glue-registry module This closes #16247 --- .../java/org/apache/flink/tools/ci/suffixcheck/ScalaSuffixChecker.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci/java-ci-tools/src/main/java/org/apache/flink/tools/ci/suffixcheck/ScalaSuffixChecker.java b/tools/ci/java-ci-tools/src/main/java/org/apache/flink/tools/ci/suffixcheck/ScalaSuffixChecker.java index 65d1e40..d21d266 100644 --- a/tools/ci/java-ci-tools/src/main/java/org/apache/flink/tools/ci/suffixcheck/ScalaSuffixChecker.java +++ b/tools/ci/java-ci-tools/src/main/java/org/apache/flink/tools/ci/suffixcheck/ScalaSuffixChecker.java @@ -146,8 +146,6 @@ public class ScalaSuffixChecker { final Collection<String> excludedModules = new ArrayList<>(); excludedModules.add("flink-docs"); excludedModules.addAll(getEndToEndTestModules(flinkRootPath)); - // temporary; see FLINK-23001 - excludedModules.add("flink-avro-glue-schema-registry"); for (String excludedModule : excludedModules) { parseResult.getCleanModules().remove(excludedModule);