leventov commented on a change in pull request #5980: Various changes about a 
few coding specifications
URL: https://github.com/apache/incubator-druid/pull/5980#discussion_r204190613
 
 

 ##########
 File path: benchmarks/src/main/java/io/druid/benchmark/query/TopNBenchmark.java
 ##########
 @@ -372,7 +372,7 @@ public void queryMultiQueryableIndex(Blackhole blackhole)
 
     Sequence<Result<TopNResultValue>> queryResult = theRunner.run(
         QueryPlus.wrap(query),
-        Maps.<String, Object>newHashMap()
+        Maps.newHashMap()
 
 Review comment:
   Did you remove redundant type arguments in the whole codebase? If so, you 
could try to change the level of the corresponding IntelliJ inspection 
("Redundant type arguments") to ERROR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
For additional commands, e-mail: dev-h...@druid.apache.org

Reply via email to