Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, OVER WINDOW in streaming SQL only support to consume insert-only stream and doesn't support to consume retractions (i.e. contains UPDATE/DELETE messages). This results in OVER WINDOW can't be used to follow after unbounded group by or streaming join.
Attachments
Issue Links
- is duplicated by
-
FLINK-26802 StreamPhysicalOverAggregate doesn't support consuming update and delete changes which is produced by node Deduplicate
-
- Closed
-
-
FLINK-27969 StreamPhysicalOverAggregate doesn't support consuming update and delete changes
-
- Closed
-
- is related to
-
FLINK-20487 Support to consume retractions for window aggregate operator
-
- Closed
-
- relates to
-
FLINK-37647 Add support for NonTimeRowsUnboundedPrecedingFunction for OverAggregate
-
- Open
-
- links to