v.21.1Improvements
Fix non-deterministic results in windowFunnel function for identical event timestamps
Fix non-deterministic result of windowFunnel function in case of same timestamp for different events. #18884 (Fuwang Hu).Why it matters
This fix addresses the issue where thewindowFunnel function could produce inconsistent results if different events occurred at the exact same timestamp, ensuring reliable and deterministic query outcomes.How to use it
No changes to usage are required. The fix is applied internally, andwindowFunnel now returns consistent results even when events have identical timestamps.