You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jiayuasu,
The lazy evaluation, in this case, is related to the quantile computation. We do not expect a great performance benefit from changing it. If you have further questions, please feel free to contact us!
Hey,
"Lift" function is lazily evaluated by calling the getAggValues() function, as it can be seen here:
scotty-window-processor/flink-connector/src/main/java/de/tub/dima/scotty/flinkconnector/demo/FlinkQuantileDemo.java
Lines 28 to 32 in a18a7dc
You may consider triggering the "Lift" function when a window ends, instead of adding another operator for lazy evaluation.
The text was updated successfully, but these errors were encountered: