leventov opened a new issue #5671: Generify AggregatorFactory and PostAggregator URL: https://github.com/apache/incubator-druid/issues/5671 If the generic parameter is called `T`, the return type of `compute()` should be `T` and the return type of `getComparator()` should be `Comparator<? super T>`. Although `PostAggregator` is an `ExtensionPoint` this should be a compatible change, because generics in Java were designed to support compatible transition.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
