dawidwys commented on a change in pull request #7324: [FLINK-10596][cep] Added
access to timer service in IterativeCondition
URL: https://github.com/apache/flink/pull/7324#discussion_r245620804
##########
File path:
flink-libraries/flink-cep/src/main/java/org/apache/flink/cep/pattern/conditions/IterativeCondition.java
##########
@@ -84,7 +87,7 @@
/**
* The context used when evaluating the {@link IterativeCondition
condition}.
*/
- public interface Context<T> {
+ public interface Context<T> extends TimerContext {
Review comment:
Isn't the `@PublicEvolving` transitive? We don't do it for
`org.apache.flink.streaming.api.functions.ProcessFunction.Context`,
`org.apache.flink.streaming.api.functions.ProcessFunction.OnTimerContext`. I
thought we use separate annotations on members only if we want to limit the
guarantees.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services