sbespalov opened a new pull request #8818: Eclipse Java Compiler issues fixed URL: https://github.com/apache/incubator-druid/pull/8818 # Description This PR fixes Eclipse Java Compiller (ejc) issues: - Generic type determination fixed by specifying the type parameter - `this` reference within closure anonymous class as parameter of super constructor invocation fixed by replacing the anonymous function with dedicated class Below is the list of classes with EJC errors that was fixed: - `CachingClusteredClientBenchmark` > Cannot infer type arguments for FluentQueryRunnerBuilder<> - `AsyncQueryForwardingServlet` > The method makeRequestMetrics(GenericQueryMetricsFactory, QueryToolChest<T,Query<T>>, Query<T>, String) in the type DruidMetrics is not applicable for the arguments (GenericQueryMetricsFactory, QueryToolChest<capture#1-of ?,capture#2-of ?>, Query, String) - `DruidCoordinator` > Cannot refer to 'this' nor 'super' while explicitly invoking a constructor ##### Key changed/added classes in this PR * `DruidCoordinatorSegmentReplicantLookupConsumer`
---------------------------------------------------------------- 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]
