vvivekiyer opened a new pull request, #10845: URL: https://github.com/apache/pinot/pull/10845
Label=feature OSS Issue = https://github.com/apache/pinot/issues/10745 Design Doc = https://docs.google.com/document/d/1Us6aBvTpNLMEy0ODo34OgTk73h_LVFFAH6q17689h1M/edit As a part of this effort, we want the Multistage engine to leverage our existing AggregationFunctions. The execution for this effort is divided into phases. This PR contains the runtime changes for Phase 1 where we add support for all existing aggregations in the Multistage Engine, namely: 1. Sum 2. Min 3. Max 4. Count 5. Bool_And 6. Bool_Or 7. Forthmoment (Kurtosis, Skewness) 8. DistinctCount 9. Avg The corresponding planner changes are addressed in this PR (TBD: Insert Link) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
