xiangfu0 opened a new pull request, #14434:
URL: https://github.com/apache/pinot/pull/14434

   Enhance [funnel 
functions](https://docs.pinot.apache.org/users/user-guide-query/query-syntax/funnel-analysis)
 to accept a new option for stepMaxDuration.
   
   This option `stepMaxDuration` will allow sliding window to not consider the 
step event if the interval from the previous event  is too long but still 
within the window size.
   
   
   E.g. the sliding window size could be 1 day (86400000 milliseconds), however 
the sliding window shouldn't consider the step events if two events interval is 
longer than 1 hour (3600000 milliseconds).
   
   The usage here is to add `stepMaxDuration=3600000` in the extra function 
arguments.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to