Details
-
Technical Debt
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.9.0
Description
`ProcessingTimeSessionWindows` and `EventTimeSessionWindows` should be generic just like `DynamicEventTimeSessionWindows` and `DynamicProcessingTimeSessionWindows`.
now:
public class ProcessingTimeSessionWindows extends MergingWindowAssigner<Object, TimeWindow> {}
proposal:
public class ProcessingTimeSessionWindows<T> extends MergingWindowAssigner<T, TimeWindow> {}
If this ticket is ok to go, I would like to take it.
Attachments
Issue Links
- is duplicated by
-
FLINK-15516 `ProcessingTimeSessionWindows` and `EventTimeSessionWindows` should be generic
- Closed
- links to