abhishekrb19 opened a new pull request #10260: URL: https://github.com/apache/druid/pull/10260
As a follow up to https://github.com/apache/druid/pull/10211, this patch adds vectorization support for the following aggregators: - `longMax` - `doubleMin` - `doubleMax` - `floatMin` - `floatMax` Summary of changes: * The vectorized implementations of the above min/max aggregators are each in *`VectorAggregator.java` * Adds new unit test classes -- `FloatMinAggregationTest` and `FloatMaxAggregationTest` to test the floatMin and floatMax aggregations. * Add new test cases and update existing tests in `CalciteQueryTest`, `TimeseriesQueryRunnerTest`, `GroupByQueryRunnerTest` and `GroupByTimeseriesQueryRunnerTest`. * Update documentation to reflect that these aggregators now have vectorized versions. /cc: @gianm ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
