LadyForest commented on code in PR #23214:
URL: https://github.com/apache/flink/pull/23214#discussion_r1303807530


##########
flink-architecture-tests/flink-architecture-tests-production/src/main/java/org/apache/flink/architecture/rules/TableApiRules.java:
##########
@@ -39,6 +48,10 @@
 
 /** Rules for Table API. */
 public class TableApiRules {
+
+    private static final Pattern TABLE_API_MODULES =
+            
Pattern.compile(".*/flink-table-(api-java|api-java-bridge|common)/.*");

Review Comment:
   I think so. Nit: it should be `flink-table-api-bridge-base`



-- 
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-unsubscr...@flink.apache.org

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

Reply via email to