-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hey,
"Lift" function is lazily evaluated by calling the getAggValues() function, as it can be seen here:
Lines 28 to 32 in a18a7dc
| stream | |
| .keyBy(0) | |
| .process(windowOperator) | |
| .map(x -> x.getAggValues().get(0).f1) | |
| .print(); |
You may consider triggering the "Lift" function when a window ends, instead of adding another operator for lazy evaluation.
Metadata
Metadata
Assignees
Labels
No labels