[
https://issues.apache.org/jira/browse/FLINK-13926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328305#comment-17328305
]
Flink Jira Bot commented on FLINK-13926:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> `ProcessingTimeSessionWindows` and `EventTimeSessionWindows` should be
> generic
> -------------------------------------------------------------------------------
>
> Key: FLINK-13926
> URL: https://issues.apache.org/jira/browse/FLINK-13926
> Project: Flink
> Issue Type: Sub-task
> Components: API / DataStream
> Affects Versions: 1.9.0
> Reporter: zhihao zhang
> Priority: Major
> Labels: pull-request-available, stale-major, windows
> Fix For: 2.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> `ProcessingTimeSessionWindows` and `EventTimeSessionWindows` should be
> generic just like `DynamicEventTimeSessionWindows` and
> `DynamicProcessingTimeSessionWindows`.
> now:
>
> {code:java}
> public class ProcessingTimeSessionWindows extends
> MergingWindowAssigner<Object, TimeWindow> {}
> {code}
> proposal:
>
> {code:java}
> public class ProcessingTimeSessionWindows<T> extends MergingWindowAssigner<T,
> TimeWindow> {}
> {code}
> If this ticket is ok to go, I would like to take it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)