[
https://issues.apache.org/jira/browse/FLINK-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek resolved FLINK-3174.
-------------------------------------
Resolution: Fixed
Fix Version/s: (was: 1.0.0)
1.1.0
Done in
https://github.com/apache/flink/commit/6cd8ceb10c841827cf89b74ecf5a0495a6933d53
> Add merging WindowAssigner
> --------------------------
>
> Key: FLINK-3174
> URL: https://issues.apache.org/jira/browse/FLINK-3174
> Project: Flink
> Issue Type: Improvement
> Components: Streaming
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Fix For: 1.1.0
>
>
> We should add the possibility for WindowAssigners to merge windows. This will
> enable Session windowing support, similar to how Google Cloud Dataflow
> supports.
> For session windows, each element would initially be assigned to its own
> window. When triggering we check the windows and see if any can be merged.
> This way, elements with overlapping session windows merge into one session.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)