You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/11/03 11:18:47 UTC

[GitHub] [incubator-druid] sbespalov opened a new pull request #8818: Eclipse Java Compiler issues fixed

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org