[ 
https://issues.apache.org/jira/browse/FLINK-13926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

zhihao zhang updated FLINK-13926:
---------------------------------
    Description: 
`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.

  was:
`ProcessingTimeSessionWindows` and `EventTimeSessionWindows` should be generic 
just like `DynamicEventTimeSessionWindows` and 
`DynamicProcessingTimeSessionWindows`.

 

If this ticket is ok to go, I would like to take it.


> `ProcessingTimeSessionWindows` and `EventTimeSessionWindows` should be 
> generic 
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-13926
>                 URL: https://issues.apache.org/jira/browse/FLINK-13926
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataStream
>    Affects Versions: 1.9.0
>            Reporter: zhihao zhang
>            Priority: Major
>              Labels: windows
>             Fix For: 2.0.0
>
>
> `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.2#803003)

Reply via email to