You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "github-code-scanning[bot] (via GitHub)" <gi...@apache.org> on 2023/02/20 03:38:28 UTC

[GitHub] [druid] github-code-scanning[bot] commented on a diff in pull request #13823: fix some intellij inspections in druid-processing

github-code-scanning[bot] commented on code in PR #13823:
URL: https://github.com/apache/druid/pull/13823#discussion_r1111426656


##########
processing/src/main/java/org/apache/druid/java/util/common/guava/ParallelMergeCombiningSequence.java:
##########
@@ -93,7 +93,7 @@
       BinaryOperator<T> combineFn,
       boolean hasTimeout,
       long timeoutMillis,
-      int queryPriority,
+      @SuppressWarnings("unused") int queryPriority,

Review Comment:
   ## Useless parameter
   
   The parameter 'queryPriority' is never used.
   
   [Show more details](https://github.com/apache/druid/security/code-scanning/4313)



-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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