Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
Currently add() has this signature:
void add(IN value, ACC accumulator);
meaning that a value can only be added to an accumulator by modifying the accumulator. This should be extended to:
ACC add(IN value, ACC accumulator);
Attachments
Issue Links
- is required by
-
FLINK-5968 Document WindowedStream.aggregate()
- Closed