[
https://issues.apache.org/jira/browse/FLINK-20312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-20312:
-----------------------------------
Labels: documentation stale-minor (was: documentation)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I noticed that neither this issue nor its
subtasks had updates for 180 days, so I labeled it "stale-minor". If you are
still affected by this bug or are still interested in this issue, please update
and remove the label.
> The documentation is incomplete
> -------------------------------
>
> Key: FLINK-20312
> URL: https://issues.apache.org/jira/browse/FLINK-20312
> Project: Flink
> Issue Type: Improvement
> Components: API / DataStream, Documentation
> Affects Versions: 1.11.0
> Reporter: sxb
> Priority: Minor
> Labels: documentation, stale-minor
>
> In this
> [document|https://github.com/apache/flink/blob/master/docs/dev/stream/operators/windows.md],
> Under Triggers, TriggerResult's action is incomplete
> The description of PURGE is missing after and,As follows.
>
> 1) The first three decide how to act on their invocation event by returning a
> {{TriggerResult}}. The action can be one of the following:
> * {{CONTINUE}}: do nothing,
> * {{FIRE}}: trigger the computation,
> * {{PURGE}}: clear the elements in the window, {color:#FF0000}and{color}
> * {{FIRE_AND_PURGE}}: trigger the computation and clear the elements in the
> window afterwards.
>
> Description in the source code
> /**
> * All elements in the window are cleared and the window is discarded,
> * without evaluating the window function or emitting any elements.
> */
> PURGE(false, true);
--
This message was sent by Atlassian Jira
(v8.3.4#803005)