Github user aljoscha commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2736#discussion_r86376593
  
    --- Diff: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing/evictors/Evictor.java
 ---
    @@ -18,15 +18,17 @@
     package org.apache.flink.streaming.api.windowing.evictors;
     
     import org.apache.flink.annotation.PublicEvolving;
    +import org.apache.flink.api.common.functions.RuntimeContext;
    +import org.apache.flink.metrics.MetricGroup;
     import org.apache.flink.streaming.api.windowing.windows.Window;
    -import org.apache.flink.streaming.runtime.streamrecord.StreamRecord;
    +import 
org.apache.flink.streaming.runtime.operators.windowing.TimestampedValue;
    +import org.apache.flink.streaming.runtime.tasks.ProcessingTimeService;
    +
     import java.io.Serializable;
     
     /**
    - * An {@code Evictor} can remove elements from a pane before it is being 
processed and after
    - * window evaluation was triggered by a
    - * {@link org.apache.flink.streaming.api.windowing.triggers.Trigger}.
    - *
    + * An {@code Evictor} can remove elements from a pane before/after the 
evaluation of WindowFunction and
    + * after the window evaluation gets triggered by a {@link 
org.apache.flink.streaming.api.windowing.triggers.Trigger}
      * <p>
    --- End diff --
    
    Missing newline before this line.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to