Batuhan Tüter

Results 2 issues of Batuhan Tüter

Hi, first of all, thank you for this nice tool, it is great! I would like to point to something in 30% Ruling percentage calculation. Please take this calculation as...

Hey, "Lift" function is lazily evaluated by calling the getAggValues() function, as it can be seen here: https://github.com/TU-Berlin-DIMA/scotty-window-processor/blob/a18a7dc101f814b41a416aca9785a5848221667d/flink-connector/src/main/java/de/tub/dima/scotty/flinkconnector/demo/FlinkQuantileDemo.java#L28-L32 You may consider triggering the "Lift" function when a window ends, instead...