ankitsultana opened a new pull request, #14558: URL: https://github.com/apache/pinot/pull/14558
While thinking about optimizing TimeSeriesAggregationOperator, one of the approaches I ended up trying was to remove dependence from time series specific code from the V1 Engine. Instead, this PR relies on a new Transform and an Aggregation function that can be run using the existing GroupByOperator and AggregationOperator. This is a WIP. -- 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]
