Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Window TVF would support SESSION window in the following case:
- SESSION Window TVF followed by Window Aggregate, in this case SESSION window TVF would be pulled up into WindowAggregate, so Window assigner would happen in WindowAggrgeate
Note, SESSION window TVF only works in limited cases currently, the following user cases is not supported yet:
- SESSION WINDOW TVF followed by Window JOIN
- SESSION WINDOW TVF followed by Window RANK**
BESIDES, SESSION window Aggregate does not support the following performance improvement yet:
1. Split Distinct Aggregation
2. Local-global Aggregation
3. Mini-batch Aggregate
Attachments
Issue Links
- is duplicated by
-
FLINK-23565 Window TVF Supports session window in runtime
- Closed
-
FLINK-23543 Window TVF Supports session window
- Closed
- relates to
-
FLINK-24024 Support session Window TVF
- Closed
-
CALCITE-4337 Support PARTITION BY clause in table function call
- Open
- links to