github-advanced-security[bot] commented on code in PR #18784:
URL: https://github.com/apache/druid/pull/18784#discussion_r2588411956


##########
processing/src/test/java/org/apache/druid/query/groupby/epinephelinae/ConcurrentGrouperTest.java:
##########
@@ -148,11 +149,10 @@
   @Test()
   public void testAggregate() throws InterruptedException, ExecutionException, 
IOException
   {
-    GroupByStatsProvider.PerQueryStats perQueryStats = new 
GroupByStatsProvider.PerQueryStats();
+    GroupByQueryMetrics groupByQueryMetrics = new DefaultGroupByQueryMetrics();

Review Comment:
   ## Unread local variable
   
   Variable 'GroupByQueryMetrics groupByQueryMetrics' is never read.
   
   [Show more 
details](https://github.com/apache/druid/security/code-scanning/10574)



##########
processing/src/test/java/org/apache/druid/query/groupby/epinephelinae/ConcurrentGrouperTest.java:
##########
@@ -231,7 +230,7 @@
       return;
     }
 
-    GroupByStatsProvider.PerQueryStats perQueryStats = new 
GroupByStatsProvider.PerQueryStats();
+    GroupByQueryMetrics groupByQueryMetrics = new DefaultGroupByQueryMetrics();

Review Comment:
   ## Unread local variable
   
   Variable 'GroupByQueryMetrics groupByQueryMetrics' is never read.
   
   [Show more 
details](https://github.com/apache/druid/security/code-scanning/10575)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to