somandal opened a new issue, #11406: URL: https://github.com/apache/pinot/issues/11406
Today the aggregation window functions only support RANGE type window frames with the default frame boundaries (`UNBOUNDED PRECEDING` and `UNBOUNDED FOLLOWING`/`CURRENT ROW` depending on the existence of `ORDER BY` in the `OVER` clause). `ROWS` support exists for the `ROW_NUMBER` window function (this doesn't support RANGE type at all). We should add support for `ROWS` type frames for the aggregation window functions as well. I'll be working on this change, please assign it to me cc @siddharthteotia @walterddr @Jackie-Jiang -- 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.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