JingGe commented on PR #19624: URL: https://github.com/apache/flink/pull/19624#issuecomment-1115868753
Conceptually, you are right. As far as I understood, they have two different responsibilities. `SourcePredicates` are used to build the rules with their default classes scope. Same Rule will be used in different tests and each test will have its individual classes scope via `@AnalyzeClasses(...ImportOptions...)`and might be different from case to case even using the same rule. In the end, both of them together are responsible for defining the classes scope when the test is running. -- 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]
