You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/15 03:41:55 UTC

[GitHub] [flink] dianfu commented on a diff in pull request #19480: [FLINK-27213][API/Python]Add PurgingTrigger

dianfu commented on code in PR #19480:
URL: https://github.com/apache/flink/pull/19480#discussion_r851034880


##########
flink-python/pyflink/datastream/window.py:
##########
@@ -840,6 +841,65 @@ def register_next_fire_timestamp(self,
         ctx.register_processing_time_timer(next_fire_timestamp)
 
 
+class PurgingTrigger(Trigger[T, TimeWindow]):

Review Comment:
   Why it's always TimeWindow?



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

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